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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證???? | 111001101001101000111111001111110011111100111111 | e69a3f3f3f3f |
EUC-JP | 證???? | 111010111111101000111111001111110011111100111111 | ebfa3f3f3f3f |
UTF-8 | 證뀀렊흖렣 | 111010001010110110001001111010111000000010000000111010111010000010001010111011011001110110010110111010111010000010100011 | e8ad89eb8080eba08aed9d96eba0a3 |
UHC | 證뀀렊흖렣 | 11110001111110111011001011101011100011101010000111001000111010001000111010110100 | f1fbb2eb8ea1c8e88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)