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 | LOhLO | 10011010010011000100111101101000100110100100110001001111 | 9a4c4f689a4c4f |
SJIS-WIN | ?LOh?LO | 00111111010011000100111101101000001111110100110001001111 | 3f4c4f683f4c4f |
EUC-JP | ?LOh?LO | 00111111010011000100111101101000001111110100110001001111 | 3f4c4f683f4c4f |
UTF-8 | LOhLO | 110000101001101001001100010011110110100011000010100110100100110001001111 | c29a4c4f68c29a4c4f |
UHC | ?LOh?LO | 00111111010011000100111101101000001111110100110001001111 | 3f4c4f683f4c4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)