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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 隶抵スス@h | 1110100010101110100100101110111110111101101111010100000001101000 | e8ae92efbdbd4068 |
EUC-JP | 隶抵スス@h | 11110000101100001100010011110001100011101011110110001110101111010100000001101000 | f0b0c4f18ebd8ebd4068 |
UTF-8 | 隶抵スス@h | 1110100110011010101101101110011010001010101101011110111110111101101111011110111110111101101111010100000001101000 | e99ab6e68ab5efbdbdefbdbd4068 |
UHC | ?抵??@h | 00111111111011101011110100111111001111110100000001101000 | 3feebd3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)