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^ | 11101001101110110100110011101001101110110100110001011110 | e9bb4ce9bb4c5e |
EUC-JP | 鮟L鮟L^ | 11110010101111010100110011110010101111010100110001011110 | f2bd4cf2bd4c5e |
UTF-8 | 鮟L鮟L^ | 111010011010111010011111010011001110100110101110100111110100110001011110 | e9ae9f4ce9ae9f4c5e |
UHC | 鮟L鮟L^ | 11100100110101010100110011100100110101010100110001011110 | e4d54ce4d54c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)