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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 欹癶麼^ | 10011111010110011110000110100000100110111111010101011110 | 9f59e1a09bf55e |
EUC-JP | 欹癶麼^ | 11011101101110101110001010100010110101101111011101011110 | ddbae2a2d6f75e |
UTF-8 | 欹癶麼^ | 11100110101011001011100111100111100110011011011011101001101110101011110001011110 | e6acb9e799b6e9babc5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)