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 | 11101000101000111001110111100101100011101011101101101000 | e8a39de58ebb68 |
SJIS-WIN | ?£????h | 0011111110000001100100100011111100111111001111110011111101101000 | 3f81923f3f3f3f68 |
EUC-JP | è£?å??h | 100011111010101110110010101000011111001000111111100011111010101110101001001111110011111101101000 | 8fabb2a1f23f8faba93f3f68 |
UTF-8 | è£å»h | 11000011101010001100001010100011110000101001110111000011101001011100001010001110110000101011101101101000 | c3a8c2a3c29dc3a5c28ec2bb68 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)