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 | 猜穡 | 11100000110010001110001001110000 | e0c8e270 |
EUC-JP | 猜穡 | 11100000110010101110001111010001 | e0cae3d1 |
UTF-8 | 猜穡 | 111001111000110010011100111001111010100110100001 | e78c9ce7a9a1 |
UHC | 猜穡 | 11100011110001001101111111100010 | e3c4dfe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)