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 | 鬯イ螟・鞜 | 1110100110101100101100101110010110100100101001011110100011011111 | e9acb2e5a4a5e8df |
EUC-JP | 鬯イ螟・鞜 | 11110010101011101000111010110010111010101010011010001110101001011111000011100001 | f2ae8eb2eaa68ea5f0e1 |
UTF-8 | 鬯イ螟・鞜 | 111010011010110010101111111011111011110110110010111010001001111010011111111011111011110110100101111010011001111010011100 | e9acafefbdb2e89e9fefbda5e99e9c |
UHC | ??螟?? | 001111110011111111011001101011010011111100111111 | 3f3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)