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 | 葯夂」ャ蟄 | 1110010011011110100110101110011110100011101011001110010110101101 | e4de9ae7a3ace5ad |
EUC-JP | 葯夂」ャ蟄 | 11101000111000001101010011101001100011101010001110001110101011001110101010101111 | e8e0d4e98ea38eaceaaf |
UTF-8 | 葯夂」ャ蟄 | 111010001001000110101111111001011010010010000010111011111011110110100011111011111011110110101100111010001001111110000100 | e891afe5a482efbda3efbdace89f84 |
UHC | 葯???蟄 | 11100101101101010011111100111111001111111111011011011110 | e5b53f3f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)