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 | ÈêûÐ | 100011111100100011101010111110111000111111010000 | 8fc8eafb8fd0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Èêû?? | 001111111000111110101010101100101000111110101011101101001000111110101011111001010011111100111111 | 3f8faab28fabb48fabe53f3f |
UTF-8 | ÈêûÐ | 110000101000111111000011100010001100001110101010110000111011101111000010100011111100001110010000 | c28fc388c3aac3bbc28fc390 |
UHC | ?????Ð | 00111111001111110011111100111111001111111010100010100010 | 3f3f3f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)