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 | ìôÜêÕûvG | 1110110011110100110111001110101011010101111110110111011001000111 | ecf4dcead5fb7647 |
SJIS-WIN | ??????vG | 0011111100111111001111110011111100111111001111110111011001000111 | 3f3f3f3f3f3f7647 |
EUC-JP | ìôÜêÕûvG | 1000111110101011110000001000111110101011110101001000111110101010111001001000111110101011101101001000111110101010110110001000111110101011111001010111011001000111 | 8fabc08fabd48faae48fabb48faad88fabe57647 |
UTF-8 | ìôÜêÕûvG | 1100001110101100110000111011010011000011100111001100001110101010110000111001010111000011101110110111011001000111 | c3acc3b4c39cc3aac395c3bb7647 |
UHC | ??????vG | 0011111100111111001111110011111100111111001111110111011001000111 | 3f3f3f3f3f3f7647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)