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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 帝??? | 1001001011101001001111110011111100111111 | 92e93f3f3f |
EUC-JP | 帝??? | 1100010011101011001111110011111100111111 | c4eb3f3f3f |
UTF-8 | 帝☜렩롊 | 111001011011100010011101111000101001100010011100111010111010000010101001111010111010000110001010 | e5b89de2989ceba0a9eba18a |
UHC | 帝☜렩롊 | 1111000010101000101000101101000010001110101101111000111011010000 | f0a8a2d08eb78ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)