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 | ??^e^ | 0011111100111111010111100110010101011110 | 3f3f5e655e |
SJIS-WIN | ??^e^ | 0011111100111111010111100110010101011110 | 3f3f5e655e |
EUC-JP | ??^e^ | 0011111100111111010111100110010101011110 | 3f3f5e655e |
UTF-8 | 렺책^e^ | 111010111010000010111010111011001011000110000101010111100110010101011110 | eba0baecb1855e655e |
UHC | 렺책^e^ | 10001110110000101100001110100101010111100110010101011110 | 8ec2c3a55e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)