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 | 100110100100110010011010010111111001101001001100100110100101111101000010 | 9a4c9a5f9a4c9a5f42 |
SJIS-WIN | ?L?_?L?_B | 001111110100110000111111010111110011111101001100001111110101111101000010 | 3f4c3f5f3f4c3f5f42 |
EUC-JP | ?L?_?L?_B | 001111110100110000111111010111110011111101001100001111110101111101000010 | 3f4c3f5f3f4c3f5f42 |
UTF-8 | L_L_B | 11000010100110100100110011000010100110100101111111000010100110100100110011000010100110100101111101000010 | c29a4cc29a5fc29a4cc29a5f42 |
UHC | ?L?_?L?_B | 001111110100110000111111010111110011111101001100001111110101111101000010 | 3f4c3f5f3f4c3f5f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)