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 | ¶»h | 1001000110110110100100011011101101101000 | 91b691bb68 |
SJIS-WIN | ?¶??h | 001111111000000111110111001111110011111101101000 | 3f81f73f3f68 |
EUC-JP | ?¶??h | 001111111010001011111001001111110011111101101000 | 3fa2f93f3f68 |
UTF-8 | ¶»h | 110000101001000111000010101101101100001010010001110000101011101101101000 | c291c2b6c291c2bb68 |
UHC | ?¶??h | 001111111010001011010010001111110011111101101000 | 3fa2d23f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)