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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貳貽贔 | 111001101100011011100110110001001110011011011011 | e6c6e6c4e6db |
EUC-JP | 貳貽贔 | 111011001100100011101100110001101110110011011101 | ecc8ecc6ecdd |
UTF-8 | 貳貽贔 | 111010001011001010110011111010001011001010111101111010001011010010010100 | e8b2b3e8b2bde8b494 |
UHC | 貳貽? | 1110110011000011111011001100001000111111 | ecc3ecc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)