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 | 聖茯 | 10010000101110011110010010101000 | 90b9e4a8 |
EUC-JP | 聖茯 | 11000000101110111110100010101010 | c0bbe8aa |
UTF-8 | 聖茯 | 111010001000000110010110111010001000110010101111 | e88196e88caf |
UHC | 聖茯 | 11100001101000011101110011011010 | e1a1dcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)