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 | Liæx | 100110110100110010010111011010011110011001111000 | 9b4c9769e678 |
SJIS-WIN | ?L?i?x | 001111110100110000111111011010010011111101111000 | 3f4c3f693f78 |
EUC-JP | ?L?iæx | 0011111101001100001111110110100110001111101010011100000101111000 | 3f4c3f698fa9c178 |
UTF-8 | Liæx | 110000101001101101001100110000101001011101101001110000111010011001111000 | c29b4cc29769c3a678 |
UHC | ?L?iæx | 00111111010011000011111101101001101010011010000101111000 | 3f4c3f69a9a178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)