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 | ????n | 0011111100111111001111110011111101101110 | 3f3f3f3f6e |
SJIS-WIN | 舌蕀槭艸n | 100100001110001111100100111110011001111011100011111001001000011101101110 | 90e3e4f99ee3e4876e |
EUC-JP | 舌蕀槭艸n | 110000001110010111101000111110111101110011100101111001111110011101101110 | c0e5e8fbdce5e7e76e |
UTF-8 | 舌蕀槭艸n | 11101000100010001000110011101000100101011000000011100110101001111010110111101000100010011011100001101110 | e8888ce89580e6a7ade889b86e |
UHC | 舌??艸n | 11100000110111110011111100111111111101011010110001101110 | e0df3f3ff5ac6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)