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 | 璽室 | 10001110101000111000111010111010 | 8ea38eba |
EUC-JP | 璽室 | 10111100101001011011110010111100 | bca5bcbc |
UTF-8 | 璽室 | 111001111001001010111101111001011010111010100100 | e792bde5aea4 |
UHC | 璽室 | 11011111110111101110001111111000 | dfdee3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)