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 | 嶢擁 | 10011011110100001001011101101001 | 9bd09769 |
EUC-JP | 嶢擁 | 11010110110100101100110111001010 | d6d2cdca |
UTF-8 | 嶢擁 | 111001011011011010100010111001101001001110000001 | e5b6a2e69381 |
UHC | 嶢擁 | 11101000111100101110100010110110 | e8f2e8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)