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 | 00111111001111110111011001000111 | 3f3f7647 |
SJIS-WIN | 蟾スvG | 1110010110110111101111010111011001000111 | e5b7bd7647 |
EUC-JP | 蟾スvG | 111010101011100110001110101111010111011001000111 | eab98ebd7647 |
UTF-8 | 蟾スvG | 1110100010011111101111101110111110111101101111010111011001000111 | e89fbeefbdbd7647 |
UHC | 蟾?vG | 1110000011101010001111110111011001000111 | e0ea3f7647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)