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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 蜀カLh蜀カL | 111001011000011010110110010011000110100011100101100001101011011001001100 | e586b64c68e586b64c |
EUC-JP | 蜀カLh蜀カL | 1110100111100110100011101011011001001100011010001110100111100110100011101011011001001100 | e9e68eb64c68e9e68eb64c |
UTF-8 | 蜀カLh蜀カL | 111010001001110010000000111011111011110110110110010011000110100011101000100111001000000011101111101111011011011001001100 | e89c80efbdb64c68e89c80efbdb64c |
UHC | 蜀?Lh蜀?L | 111101011011100100111111010011000110100011110101101110010011111101001100 | f5b93f4c68f5b93f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)