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 | çôì² | 1110011111110100100011111110110010110010 | e7f48fecb2 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | çô?ì? | 1000111110101011101011101000111110101011110101000011111110001111101010111100000000111111 | 8fabae8fabd43f8fabc03f |
UTF-8 | çôì² | 11000011101001111100001110110100110000101000111111000011101011001100001010110010 | c3a7c3b4c28fc3acc2b2 |
UHC | ????² | 001111110011111100111111001111111010100111110111 | 3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)