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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珀輸妁 | 111000001101111110010111010000011001101101000001 | e0df97419b41 |
EUC-JP | 珀輸妁 | 111000001110000111001101101000101101010110100010 | e0e1cda2d5a2 |
UTF-8 | 珀輸妁 | 111001111000111110000000111010001011110010111000111001011010011010000001 | e78f80e8bcb8e5a681 |
UHC | 珀輸? | 1101101011010110111000101100001100111111 | dad6e2c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)