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 | ÑLhÑL | 10010111110100010100110001101000100101111101000101001100 | 97d14c6897d14c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ?ÑLh?ÑL | 0011111110001111101010101101000001001100011010000011111110001111101010101101000001001100 | 3f8faad04c683f8faad04c |
UTF-8 | ÑLhÑL | 1100001010010111110000111001000101001100011010001100001010010111110000111001000101001100 | c297c3914c68c297c3914c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)