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 | ?谿 | 001111111110011010101110 | 3fe6ae |
EUC-JP | ?谿 | 001111111110110010110000 | 3fecb0 |
UTF-8 | 렺谿 | 111010111010000010111010111010001011000010111111 | eba0bae8b0bf |
UHC | 렺谿 | 10001110110000101100110110101100 | 8ec2cdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)