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 | 佇???押 | 10011000110010000011111100111111001111111000100110011111 | 98c83f3f3f899f |
EUC-JP | 佇???押 | 11010000110010100011111100111111001111111011001010100001 | d0ca3f3f3fb2a1 |
UTF-8 | 佇쇤렕렜押 | 111001001011110110000111111011001000011110100100111010111010000010010101111010111010000010011100111001101000101010111100 | e4bd87ec87a4eba095eba09ce68abc |
UHC | 佇쇤렕렜押 | 11101110101101111011110011101001100011101010101010001110101011101110010011100011 | eeb7bce98eaa8eaee4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)