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 | êõêº | 111010101111010110011101111010101011101010011111 | eaf59deaba9f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êõ?êº? | 1000111110101011101101001000111110101011110110000011111110001111101010111011010010001111101000101110101100111111 | 8fabb48fabd83f8fabb48fa2eb3f |
UTF-8 | êõêº | 110000111010101011000011101101011100001010011101110000111010101011000010101110101100001010011111 | c3aac3b5c29dc3aac2bac29f |
UHC | ????º? | 00111111001111110011111100111111101010001010110000111111 | 3f3f3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)