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 | jDjD^ | 10001110011010100100010010001110011010100100010001011110 | 8e6a448e6a445e |
SJIS-WIN | ?jD?jD^ | 00111111011010100100010000111111011010100100010001011110 | 3f6a443f6a445e |
EUC-JP | ?jD?jD^ | 00111111011010100100010000111111011010100100010001011110 | 3f6a443f6a445e |
UTF-8 | jDjD^ | 110000101000111001101010010001001100001010001110011010100100010001011110 | c28e6a44c28e6a445e |
UHC | ?jD?jD^ | 00111111011010100100010000111111011010100100010001011110 | 3f6a443f6a445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)