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 | æë¨B | 11100110111010111010100001000010 | e6eba842 |
SJIS-WIN | ??¨B | 0011111100111111100000010100111001000010 | 3f3f814e42 |
EUC-JP | æë¨B | 100011111010100111000001100011111010101110110011101000011010111101000010 | 8fa9c18fabb3a1af42 |
UTF-8 | æë¨B | 11000011101001101100001110101011110000101010100001000010 | c3a6c3abc2a842 |
UHC | æ?¨B | 101010011010000100111111101000011010011101000010 | a9a13fa1a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)