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 | 艶lТ | 100010011001000010000010100011001000010001010011 | 8990828c8453 |
EUC-JP | 艶lТ | 101100011111000010100011111011001010011110110100 | b1f0a3eca7b4 |
UTF-8 | 艶lТ | 1110100010001001101101101110111110111101100011001101000010100010 | e889b6efbd8cd0a2 |
UHC | 艶lТ | 111001101111110110100011111011001010110010110100 | e6fda3ecacb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)