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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頂頃??寃 | 1001001010111000100011011010000000111111001111111001101110000011 | 92b88da03f3f9b83 |
EUC-JP | 頂頃??寃 | 1100010010111010101110101010001000111111001111111101010111100011 | c4babaa23f3fd5e3 |
UTF-8 | 頂頃렰렒寃 | 111010011010000010000010111010011010000010000011111010111010000010110000111010111010000010010010111001011010111110000011 | e9a082e9a083eba0b0eba092e5af83 |
UHC | 頂頃렰렒寃 | 11110000101000101100110011110001100011101011110110001110101001111110101010110010 | f0a2ccf18ebd8ea7eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)