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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獄??鶯 | 100011011001011000111111001111111110100111110010 | 8d963f3fe9f2 |
EUC-JP | 獄??鶯 | 101110011111011000111111001111111111001011110100 | b9f63f3ff2f4 |
UTF-8 | 獄룔굧鶯 | 111001111000110110000100111010111010001110010100111010101011010110100111111010011011011010101111 | e78d84eba394eab5a7e9b6af |
UHC | 獄룔굧鶯 | 1110100010101011101101111110001110000010100011011110010110100011 | e8abb7e3828de5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)