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 | 諠。豸ッ鬘 | 1110011010000011101000011110011010110110101011111110100110100001 | e683a1e6b6afe9a1 |
EUC-JP | 諠。豸ッ鬘 | 11101011111000111000111010100001111011001011100010001110101011111111001010100011 | ebe38ea1ecb88eaff2a3 |
UTF-8 | 諠。豸ッ鬘 | 111010001010101110100000111011111011110110100001111010001011000110111000111011111011110110101111111010011010110010011000 | e8aba0efbda1e8b1b8efbdafe9ac98 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)