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 | æ쨣 | 111001101000111010001100111011001010100010100011 | e68e8ceca8a3 |
SJIS-WIN | ????¨£ | 0011111100111111001111110011111110000001010011101000000110010010 | 3f3f3f3f814e8192 |
EUC-JP | æ??쨣 | 100011111010100111000001001111110011111110001111101010111100000010100001101011111010000111110010 | 8fa9c13f3f8fabc0a1afa1f2 |
UTF-8 | æ쨣 | 110000111010011011000010100011101100001010001100110000111010110011000010101010001100001010100011 | c3a6c28ec28cc3acc2a8c2a3 |
UHC | æ???¨? | 1010100110100001001111110011111100111111101000011010011100111111 | a9a13f3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)