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 | 蒐? | 100011110100111000111111 | 8f4e3f |
EUC-JP | 蒐? | 101111011010111100111111 | bdaf3f |
UTF-8 | 蒐巢 | 111010001001001010010000111001011011011110100010 | e89290e5b7a2 |
UHC | 蒐巢 | 11100010101111011110000110110101 | e2bde1b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)