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 | 偲璽珀 | 100011101100001110001110101000111110000011011111 | 8ec38ea3e0df |
EUC-JP | 偲璽珀 | 101111001100010110111100101001011110000011100001 | bcc5bca5e0e1 |
UTF-8 | 偲璽珀 | 111001011000000110110010111001111001001010111101111001111000111110000000 | e581b2e792bde78f80 |
UHC | ?璽珀 | 0011111111011111110111101101101011010110 | 3fdfdedad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)