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 | 第???帳 | 10010001111001100011111100111111001111111001001010100000 | 91e63f3f3f92a0 |
EUC-JP | 第???帳 | 11000010111010000011111100111111001111111100010010100010 | c2e83f3f3fc4a2 |
UTF-8 | 第꿴렣렭帳 | 111001111010110010101100111010101011111110110100111010111010000010100011111010111010000010101101111001011011100010110011 | e7acaceabfb4eba0a3eba0ade5b8b3 |
UHC | 第꿴렣렭帳 | 11110000101011111011001011101001100011101011010010001110101110101110110111100011 | f0afb2e98eb48ebaede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)