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 | 瘋臾 | 11100001100001101110010001101011 | e186e46b |
EUC-JP | 瘋臾 | 11100001111001101110011111001100 | e1e6e7cc |
UTF-8 | 瘋臾 | 111001111001100010001011111010001000011110111110 | e7988be887be |
UHC | ?臾 | 001111111110101110101100 | 3febac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)