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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 塢??B矮 | 10011010110001110011111100111111010000101110000111100010 | 9ac73f3f42e1e2 |
EUC-JP | 塢??B矮 | 11010100110010010011111100111111010000101110001011100100 | d4c93f3f42e2e4 |
UTF-8 | 塢랃쉠B矮 | 11100101101000011010001011101011100111101000001111101100100010011010000001000010111001111001111110101110 | e5a1a2eb9e83ec89a042e79fae |
UHC | 塢랃쉠B矮 | 111001111111000110001101111011111011110110101010010000101110100011100001 | e7f18defbdaa42e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)