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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤??仰?? | 1110101010100010001111110011111110001011110000100011111100111111 | eaa23f3f8bc23f3f |
EUC-JP | 瑤??仰?? | 1111010010100100001111110011111110110110110001000011111100111111 | f4a43f3fb6c43f3f |
UTF-8 | 瑤녺슢仰ㅷ괵 | 111001111001000110100100111010111000010110111010111011001000101010100010111001001011101110110000111000111000010110110111111010101011010010110101 | e791a4eb85baec8aa2e4bbb0e385b7eab4b5 |
UHC | 瑤녺슢仰ㅷ괵 | 111010001111110110000110111001111001101010101110111001001110011010100100111001111011000110101100 | e8fd86e79aaee4e6a4e7b1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)