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 | êøºG | 1110101011111000110000101011101001000111 | eaf8c2ba47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | êøºG | 10001111101010111011010010001111101010011100110010001111101010101010010010001111101000101110101101000111 | 8fabb48fa9cc8faaa48fa2eb47 |
UTF-8 | êøºG | 110000111010101011000011101110001100001110000010110000101011101001000111 | c3aac3b8c382c2ba47 |
UHC | ?ø?ºG | 00111111101010011010101000111111101010001010110001000111 | 3fa9aa3fa8ac47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)