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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 庵西 | 10001000110000011001000010111100 | 88c190bc |
EUC-JP | 庵西 | 10110000110000111100000010111110 | b0c3c0be |
UTF-8 | 庵西 | 111001011011101010110101111010001010010110111111 | e5bab5e8a5bf |
UHC | 庵西 | 11100100110111011110000010100100 | e4dde0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)