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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蘇睡 | 10010001011010001001000010000111 | 91689087 |
EUC-JP | 蘇睡 | 11000001110010011011111111100111 | c1c9bfe7 |
UTF-8 | 蘇睡 | 111010001001100010000111111001111001110110100001 | e89887e79da1 |
UHC | 蘇睡 | 11100001110011001110001010110010 | e1cce2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)