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 | 貳璽 | 11100110110001101000111010100011 | e6c68ea3 |
EUC-JP | 貳璽 | 11101100110010001011110010100101 | ecc8bca5 |
UTF-8 | 貳璽 | 111010001011001010110011111001111001001010111101 | e8b2b3e792bd |
UHC | 貳璽 | 11101100110000111101111111011110 | ecc3dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)