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 | 繕? | 100100010101010100111111 | 91553f |
EUC-JP | 繕? | 110000011011011000111111 | c1b63f |
UTF-8 | 繕敾 | 111001111011100110010101111001101001010110111110 | e7b995e695be |
UHC | 繕敾 | 11100000110010111110000011000000 | e0cbe0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)