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 | 染俑 | 10010000111101011001100011011010 | 90f598da |
EUC-JP | 染俑 | 11000000111101111101000011011100 | c0f7d0dc |
UTF-8 | 染俑 | 111001101001111110010011111001001011111110010001 | e69f93e4bf91 |
UHC | 染俑 | 11100110111110001110100110110101 | e6f8e9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)