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 | òêûÖo | 1111001011101010111110111101011001101111 | f2eafbd66f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | òêûÖo | 10001111101010111101001010001111101010111011010010001111101010111110010110001111101010101101001101101111 | 8fabd28fabb48fabe58faad36f |
UTF-8 | òêûÖo | 110000111011001011000011101010101100001110111011110000111001011001101111 | c3b2c3aac3bbc3966f |
UHC | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)