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 | å°ç¸ | 111001011011000010001111111001111011100010011111 | e5b08fe7b89f |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | �� | 10001111101010111010100110100001111010110011111110001111101010111010111010001111101000101011000100111111 | 8faba9a1eb3f8fabae8fa2b13f |
UTF-8 | å°ç¸ | 110000111010010111000010101100001100001010001111110000111010011111000010101110001100001010011111 | c3a5c2b0c28fc3a7c2b8c29f |
UHC | ?°??¸? | 0011111110100001110001100011111100111111101000101010110000111111 | 3fa1c63f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)