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{L{B | 100110100100110010011111011110111001101001001100100111110111101101000010 | 9a4c9f7b9a4c9f7b42 |
SJIS-WIN | ?L?{?L?{B | 001111110100110000111111011110110011111101001100001111110111101101000010 | 3f4c3f7b3f4c3f7b42 |
EUC-JP | ?L?{?L?{B | 001111110100110000111111011110110011111101001100001111110111101101000010 | 3f4c3f7b3f4c3f7b42 |
UTF-8 | L{L{B | 11000010100110100100110011000010100111110111101111000010100110100100110011000010100111110111101101000010 | c29a4cc29f7bc29a4cc29f7b42 |
UHC | ?L?{?L?{B | 001111110100110000111111011110110011111101001100001111110111101101000010 | 3f4c3f7b3f4c3f7b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)