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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 螟夂カ咫h | 1110010110100100100110101110011110110110100110100100000001101000 | e5a49ae7b69a4068 |
EUC-JP | 螟夂カ咫h | 111010101010011011010100111010011000111010110110110100111010000101101000 | eaa6d4e98eb6d3a168 |
UTF-8 | 螟夂カ咫h | 11101000100111101001111111100101101001001000001011101111101111011011011011100101100100101010101101101000 | e89e9fe5a482efbdb6e592ab68 |
UHC | 螟??咫h | 11011001101011010011111100111111111100101010000101101000 | d9ad3f3ff2a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)