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 | 蓴隠 | 11100100111100011000100101000010 | e4f18942 |
EUC-JP | 蓴隠 | 11101000111100111011000110100011 | e8f3b1a3 |
UTF-8 | 蓴隠 | 111010001001001110110100111010011001101010100000 | e893b4e99aa0 |
UHC | 蓴? | 111000101111000100111111 | e2f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)