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 | 莚篆箚 | 111001001010110111100010101111011110001010110010 | e4ade2bde2b2 |
EUC-JP | 莚篆箚 | 111010001010111111100100101111111110010010110100 | e8afe4bfe4b4 |
UTF-8 | 莚篆箚 | 111010001000111010011010111001111010111110000110111001111010111010011010 | e88e9ae7af86e7ae9a |
UHC | ?篆箚 | 0011111111101111101010101111001110110000 | 3fefaaf3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)