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^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 嗽L嗽L^ | 10011010011101010100110010011010011101010100110001011110 | 9a754c9a754c5e |
EUC-JP | 嗽L嗽L^ | 11010011110101100100110011010011110101100100110001011110 | d3d64cd3d64c5e |
UTF-8 | 嗽L嗽L^ | 111001011001011110111101010011001110010110010111101111010100110001011110 | e597bd4ce597bd4c5e |
UHC | 嗽L嗽L^ | 11100001111101010100110011100001111101010100110001011110 | e1f54ce1f54c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)