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 | ÂxûcG | 11000010100110110111100011000011101110110110001101000111 | c29b78c3bb6347 |
SJIS-WIN | ??x??cG | 00111111001111110111100000111111001111110110001101000111 | 3f3f783f3f6347 |
EUC-JP | Â?xÃ?cG | 1000111110101010101001000011111101111000100011111010101010101010001111110110001101000111 | 8faaa43f788faaaa3f6347 |
UTF-8 | ÂxûcG | 1100001110000010110000101001101101111000110000111000001111000010101110110110001101000111 | c382c29b78c383c2bb6347 |
UHC | ??x??cG | 00111111001111110111100000111111001111110110001101000111 | 3f3f783f3f6347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)