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 | @L@®B | 100100100100000010010010010011001001001001000000100100011010111001000010 | 9240924c924091ae42 |
SJIS-WIN | ?@?L?@??B | 001111110100000000111111010011000011111101000000001111110011111101000010 | 3f403f4c3f403f3f42 |
EUC-JP | ?@?L?@?®B | 0011111101000000001111110100110000111111010000000011111110001111101000101110111001000010 | 3f403f4c3f403f8fa2ee42 |
UTF-8 | @L@®B | 1100001010010010010000001100001010010010010011001100001010010010010000001100001010010001110000101010111001000010 | c29240c2924cc29240c291c2ae42 |
UHC | ?@?L?@?®B | 00111111010000000011111101001100001111110100000000111111101000101110011101000010 | 3f403f4c3f403fa2e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)