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 | æ é¯\ | 11100110100001011000011111101001101011111000101001011100 | e68587e9af8a5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | æ??é¯?\ | 10001111101010011100000100111111001111111000111110101011101100011000111110100010101101000011111101011100 | 8fa9c13f3f8fabb18fa2b43f5c |
UTF-8 | æ é¯\ | 11000011101001101100001010000101110000101000011111000011101010011100001010101111110000101000101001011100 | c3a6c285c287c3a9c2afc28a5c |
UHC | æ?????\ | 1010100110100001001111110011111100111111001111110011111101011100 | a9a13f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)