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 | Þ§ìñe^ | 110111101010011111101100111100010110010101011110 | dea7ecf1655e |
SJIS-WIN | ?§??e^ | 00111111100000011001100000111111001111110110010101011110 | 3f81983f3f655e |
EUC-JP | Þ§ìñe^ | 10001111101010011011000010100001111110001000111110101011110000001000111110101011110100000110010101011110 | 8fa9b0a1f88fabc08fabd0655e |
UTF-8 | Þ§ìñe^ | 11000011100111101100001010100111110000111010110011000011101100010110010101011110 | c39ec2a7c3acc3b1655e |
UHC | Þ§??e^ | 1010100010101101101000011101011100111111001111110110010101011110 | a8ada1d73f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)