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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 藉i洪B蒟 | 111001010101001110000010100010011000110101011110010000101110010011100101 | e55382898d5e42e4e5 |
EUC-JP | 藉i洪B蒟 | 111010011011010010100011111010011011100110111111010000101110100011100111 | e9b4a3e9b9bf42e8e7 |
UTF-8 | 藉i洪B蒟 | 11101000100101111000100111101111101111011000100111100110101101001010101001000010111010001001001010011111 | e89789efbd89e6b4aa42e8929f |
UHC | 藉i洪B? | 1110110110111110101000111110100111111011111100110100001000111111 | edbea3e9fbf3423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)