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 | 1110100110101101101011110110100101001100011010001110100110101101101011110110100101001100 | e9adaf694c68e9adaf694c |
EUC-JP | 鬲ッiLh鬲ッiL | 11110010101011111000111010101111011010010100110001101000111100101010111110001110101011110110100101001100 | f2af8eaf694c68f2af8eaf694c |
UTF-8 | 鬲ッiLh鬲ッiL | 1110100110101100101100101110111110111101101011110110100101001100011010001110100110101100101100101110111110111101101011110110100101001100 | e9acb2efbdaf694c68e9acb2efbdaf694c |
UHC | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)