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 | 籵燻 | 11100010111000001110000010001110 | e2e0e08e |
EUC-JP | 籵燻 | 11100100111000101101111111101110 | e4e2dfee |
UTF-8 | 籵燻 | 111001111011000110110101111001111000011110111011 | e7b1b5e787bb |
UHC | ?燻 | 001111111111110110111000 | 3ffdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)