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 | 縣杓 | 11100011011100001000111011011011 | e3708edb |
EUC-JP | 縣杓 | 11100101110100011011110011011101 | e5d1bcdd |
UTF-8 | 縣杓 | 111001111011100010100011111001101001110110010011 | e7b8a3e69d93 |
UHC | 縣杓 | 11111010111000111111100011110101 | fae3f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)