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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豌伎襖 | 111001101011000010001010111010101000100110100110 | e6b08aea89a6 |
EUC-JP | 豌伎襖 | 111011001011001010110100111011001011001010101000 | ecb2b4ecb2a8 |
UTF-8 | 豌伎襖 | 111010001011000110001100111001001011110010001110111010001010010110010110 | e8b18ce4bc8ee8a596 |
UHC | 豌伎? | 1110100011010101110100001110101100111111 | e8d5d0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)