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 | 畊笳 | 11100001010110001110001010010111 | e158e297 |
EUC-JP | 畊笳 | 11100001101110011110001111110111 | e1b9e3f7 |
UTF-8 | 畊笳 | 111001111001010110001010111001111010110010110011 | e7958ae7acb3 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)