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 | 畆擂 | 11100001010110111001110110100101 | e15b9da5 |
EUC-JP | 畆擂 | 11100001101111001101101010100111 | e1bcdaa7 |
UTF-8 | 畆擂 | 111001111001010110000110111001101001001110000010 | e79586e69382 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)