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 | 渼「鮠ス渼 | 1111101101001001101000101110100110111100101111011111101101001001 | fb49a2e9bcbdfb49 |
EUC-JP | 渼「鮠ス渼 | 100011111100011111110000100011101010001011110010101111101000111010111101100011111100011111110000 | 8fc7f08ea2f2be8ebd8fc7f0 |
UTF-8 | 渼「鮠ス渼 | 111001101011100010111100111011111011110110100010111010011010111010100000111011111011110110111101111001101011100010111100 | e6b8bcefbda2e9aea0efbdbde6b8bc |
UHC | 渼???渼 | 11011010101101000011111100111111001111111101101010110100 | dab43f3f3fdab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)