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 | 11100101101110001010010111100101101110001010010101000010 | e5b8a5e5b8a542 |
SJIS-WIN | ??¥??¥B | 001111110011111110000001100011110011111100111111100000011000111101000010 | 3f3f818f3f3f818f42 |
EUC-JP | ��B | 100011111010101110101001100011111010001010110001001111111000111110101011101010011000111110100010101100010011111101000010 | 8faba98fa2b13f8faba98fa2b13f42 |
UTF-8 | 帥帥B | 11000011101001011100001010111000110000101010010111000011101001011100001010111000110000101010010101000010 | c3a5c2b8c2a5c3a5c2b8c2a542 |
UHC | ?¸??¸?B | 001111111010001010101100001111110011111110100010101011000011111101000010 | 3fa2ac3f3fa2ac3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)