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 | ??hLh??hL | 001111110011111101101000010011000110100000111111001111110110100001001100 | 3f3f684c683f3f684c |
SJIS-WIN | 蜚クhLh蜚クhL | 1110010110010100101110000110100001001100011010001110010110010100101110000110100001001100 | e594b8684c68e594b8684c |
EUC-JP | 蜚クhLh蜚クhL | 11101001111101001000111010111000011010000100110001101000111010011111010010001110101110000110100001001100 | e9f48eb8684c68e9f48eb8684c |
UTF-8 | 蜚クhLh蜚クhL | 1110100010011100100110101110111110111101101110000110100001001100011010001110100010011100100110101110111110111101101110000110100001001100 | e89c9aefbdb8684c68e89c9aefbdb8684c |
UHC | 蜚?hLh蜚?hL | 1101111010100100001111110110100001001100011010001101111010100100001111110110100001001100 | dea43f684c68dea43f684c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)