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 | 悉裘カ蒟 | 111110011010000110001110101110111110010111100010101101101110010011100101 | f9a18ebbe5e2b6e4e5 |
EUC-JP | ?悉裘カ蒟 | 001111111011110010111101111010101110010010001110101101101110100011100111 | 3fbcbdeae48eb6e8e7 |
UTF-8 | 悉裘カ蒟 | 111011101001101110111100111001101000001010001001111010001010001110011000111011111011110110110110111010001001001010011111 | ee9bbce68289e8a398efbdb6e8929f |
UHC | ?悉??? | 001111111110001111111010001111110011111100111111 | 3fe3fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)