To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | セ鰰ォ鴾磁B | 1111001010100011101111101110100111011110101010111110100111111010100011101010010101000010 | f2a3bee9deabe9fa8ea542 |
EUC-JP | ?セ鰰ォ鴾磁B | 001111111000111010111110111100101110000010001110101010111111001011111100101111001010011101000010 | 3f8ebef2e08eabf2fcbca742 |
UTF-8 | セ鰰ォ鴾磁B | 11101110100001111001101011101111101111011011111011101001101100001011000011101111101111011010101111101001101101001011111011100111101000111000000101000010 | ee879aefbdbee9b0b0efbdabe9b4bee7a38142 |
UHC | ?????磁B | 0011111100111111001111110011111100111111111011011011100001000010 | 3f3f3f3f3fedb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)