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 | 豺ォ闢滝 | 111001101011011110101011111010001001001110010001111010101111010010101010 | e6b7abe89391eaf4aa |
EUC-JP | 豺ォ闢滝? | 111011001011100110001110101010111110111111110011110000101110110000111111 | ecb98eabeff3c2ec3f |
UTF-8 | 豺ォ闢滝 | 111010001011000110111010111011111011110110101011111010011001011110100010111001101011101110011101111011101000110110011001 | e8b1baefbdabe997a2e6bb9dee8d99 |
UHC | 豺?闢?? | 11100011110011110011111111011100101000110011111100111111 | e3cf3fdca33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)