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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 獄??幼?B | 1000110110010110001111110011111110010111011000110011111101000010 | 8d963f3f97633f42 |
EUC-JP | 獄??幼?B | 1011100111110110001111110011111111001101110001000011111101000010 | b9f63f3fcdc43f42 |
UTF-8 | 獄븍슣幼쁁B | 11100111100011011000010011101011101110001000110111101100100010101010001111100101101110011011110011101100100000011000000101000010 | e78d84ebb88dec8aa3e5b9bcec818142 |
UHC | 獄븍슣幼쁁B | 1110100010101011101110101110101110011010101011111110101011101010100110000100001001000010 | e8abbaeb9aafeaea984242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)