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 | æ¼å¯¦ | 111001101000010010111100111001011010111110100110 | e684bce5afa6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | æ??實 | 1000111110101001110000010011111100111111100011111010101110101001100011111010001010110100100011111010001011000011 | 8fa9c13f3f8faba98fa2b48fa2c3 |
UTF-8 | æ¼å¯¦ | 110000111010011011000010100001001100001010111100110000111010010111000010101011111100001010100110 | c3a6c284c2bcc3a5c2afc2a6 |
UHC | æ?¼??? | 1010100110100001001111111010100011111001001111110011111100111111 | a9a13fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)