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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頡ィ蜀カ顆 | 1110100011110100101010001110010110000110101101101110100011110111 | e8f4a8e586b6e8f7 |
EUC-JP | 頡ィ蜀カ顆 | 11110000111101101000111010101000111010011110011010001110101101101111000011111001 | f0f68ea8e9e68eb6f0f9 |
UTF-8 | 頡ィ蜀カ顆 | 111010011010000010100001111011111011110110101000111010001001110010000000111011111011110110110110111010011010000110000110 | e9a0a1efbda8e89c80efbdb6e9a186 |
UHC | ??蜀?顆 | 00111111001111111111010110111001001111111100111010101000 | 3f3ff5b93fcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)