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 | 椀? | 100110000110111100111111 | 986f3f |
EUC-JP | 椀湄 | 1100111111010000100011111100011111110001 | cfd08fc7f1 |
UTF-8 | 椀湄 | 111001101010010010000000111001101011100110000100 | e6a480e6b984 |
UHC | 椀湄 | 11101000110010101101101010110101 | e8cadab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)