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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蠏ュ﨡アB | 11100101101101011010110111111011101000001011000101000010 | e5b5adfba0b142 |
EUC-JP | 蠏ュ?アB | 1110101010110111100011101010110100111111100011101011000101000010 | eab78ead3f8eb142 |
UTF-8 | 蠏ュ﨡アB | 11101000101000001000111111101111101111011010110111101111101010001010000111101111101111011011000101000010 | e8a08fefbdadefa8a1efbdb142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)