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 | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-WIN | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
EUC-JP | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
UTF-8 | 뭈뫔iLh뭈뫔iL | 1110101110101101100010001110101110101011100101000110100101001100011010001110101110101101100010001110101110101011100101000110100101001100 | ebad88ebab94694c68ebad88ebab94694c |
UHC | 뭈뫔iLh뭈뫔iL | 10010010010101001001000110110110011010010100110001101000100100100101010010010001101101100110100101001100 | 925491b6694c68925491b6694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)