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 | ǻP^ | 1000111110101011101010100101000001011110 | 8fabaa505e |
SJIS-WIN | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
EUC-JP | ??ªP^ | 00111111001111111000111110100010111011000101000001011110 | 3f3f8fa2ec505e |
UTF-8 | ǻP^ | 1100001010001111110000101010101111000010101010100101000001011110 | c28fc2abc2aa505e |
UHC | ??ªP^ | 001111110011111110101000101000110101000001011110 | 3f3fa8a3505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)