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 | 謌晞悴 | 111001101000100010011101111010011001110010101010 | e6889de99caa |
EUC-JP | 謌晞悴 | 111010111110100011011010111010111101100010101100 | ebe8daebd8ac |
UTF-8 | 謌晞悴 | 111010001010110010001100111001101001100110011110111001101000001010110100 | e8ac8ce6999ee682b4 |
UHC | ?晞悴 | 0011111111111101111101011111010111111100 | 3ffdf5f5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)