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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蓴轅砂^ | 11100100111100011110011101110110100011011011101101011110 | e4f1e7768dbb5e |
EUC-JP | 蓴轅砂^ | 11101000111100111110110111010111101110101011110101011110 | e8f3edd7babd5e |
UTF-8 | 蓴轅砂^ | 11101000100100111011010011101000101111011000010111100111101000001000001001011110 | e893b4e8bd85e7a0825e |
UHC | 蓴轅砂^ | 11100010111100011110101010111111110111101110001101011110 | e2f1eabfdee35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)