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 | 倭▲?蒻? | 1001100001100000100000011010001100111111111001001110100000111111 | 986081a33fe4e83f |
EUC-JP | 倭▲?蒻? | 1100111111000001101000101010010100111111111010001110101000111111 | cfc1a2a53fe8ea3f |
UTF-8 | 倭▲끂蒻딣 | 111001011000000010101101111000101001011010110010111010111000000110000010111010001001001010111011111010111001010010100011 | e580ade296b2eb8182e892bbeb94a3 |
UHC | 倭▲끂蒻딣 | 11101000110111101010000111100011100001011011100011100101101101101000101101000110 | e8dea1e385b8e5b68b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)