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 | 拙?寃?趙 | 1001000011011001001111111001101110000011001111111110011011100010 | 90d93f9b833fe6e2 |
EUC-JP | 拙?寃?趙 | 1100000011011011001111111101010111100011001111111110110011100100 | c0db3fd5e33fece4 |
UTF-8 | 拙렠寃렭趙 | 111001101000101110011001111010111010000010100000111001011010111110000011111010111010000010101101111010001011011010011001 | e68b99eba0a0e5af83eba0ade8b699 |
UHC | 拙렠寃렭趙 | 11110000111100001000111010110001111010101011001010001110101110101111000011100001 | f0f08eb1eab28ebaf0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)