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 | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-WIN | 咫???nB | 10011010010000000011111100111111001111110110111001000010 | 9a403f3f3f6e42 |
EUC-JP | 咫???nB | 11010011101000010011111100111111001111110110111001000010 | d3a13f3f3f6e42 |
UTF-8 | 咫골렰렏nB | 1110010110010010101010111110101010110011101010001110101110100000101100001110101110100000100011110110111001000010 | e592abeab3a8eba0b0eba08f6e42 |
UHC | 咫골렰렏nB | 11110010101000011011000011110001100011101011110110001110101001010110111001000010 | f2a1b0f18ebd8ea56e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)