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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 率??墻o? | 100101111010011000111111001111111001101011010100100000101000111100111111 | 97a63f3f9ad4828f3f |
EUC-JP | 率??墻o? | 110011101010100000111111001111111101010011010110101000111110111100111111 | cea83f3fd4d6a3ef3f |
UTF-8 | 率띰쉼墻o슈 | 111001111000111010000111111010111001110110110000111011001000100110111100111001011010001010111011111011111011110110001111111011001000101010001000 | e78e87eb9db0ec89bce5a2bbefbd8fec8a88 |
UHC | 率띰쉼墻o슈 | 111000011110001110110110111011111011110110110000111011011101111110100011111011111011110110110100 | e1e3b6efbdb0eddfa3efbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)