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 | 帝???? | 100100101110100100111111001111110011111100111111 | 92e93f3f3f3f |
EUC-JP | 帝???? | 110001001110101100111111001111110011111100111111 | c4eb3f3f3f3f |
UTF-8 | 帝☜렩롊렒 | 111001011011100010011101111000101001100010011100111010111010000010101001111010111010000110001010111010111010000010010010 | e5b89de2989ceba0a9eba18aeba092 |
UHC | 帝☜렩롊렒 | 11110000101010001010001011010000100011101011011110001110110100001000111010100111 | f0a8a2d08eb78ed08ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)