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 | 璽自 | 10001110101000111000111010101001 | 8ea38ea9 |
EUC-JP | 璽自 | 10111100101001011011110010101011 | bca5bcab |
UTF-8 | 璽自 | 111001111001001010111101111010001000011110101010 | e792bde887aa |
UHC | 璽自 | 11011111110111101110110110111011 | dfdeedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)