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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 豌伎襖B | 11100110101100001000101011101010100010011010011001000010 | e6b08aea89a642 |
EUC-JP | 豌伎襖B | 11101100101100101011010011101100101100101010100001000010 | ecb2b4ecb2a842 |
UTF-8 | 豌伎襖B | 11101000101100011000110011100100101111001000111011101000101001011001011001000010 | e8b18ce4bc8ee8a59642 |
UHC | 豌伎?B | 111010001101010111010000111010110011111101000010 | e8d5d0eb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)