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 | ??I??VG | 00111111001111110100100100111111001111110101011001000111 | 3f3f493f3f5647 |
SJIS-WIN | ?讓I?讓VG | 001111111110011010101000010010010011111111100110101010000101011001000111 | 3fe6a8493fe6a85647 |
EUC-JP | 嶴讓I嶴讓VG | 10001111101110111111001111101100101010100100100110001111101110111111001111101100101010100101011001000111 | 8fbbf3ecaa498fbbf3ecaa5647 |
UTF-8 | 嶴讓I嶴讓VG | 111001011011011010110100111010001010111010010011010010011110010110110110101101001110100010101110100100110101011001000111 | e5b6b4e8ae9349e5b6b4e8ae935647 |
UHC | ?讓I?讓VG | 001111111110010111010011010010010011111111100101110100110101011001000111 | 3fe5d3493fe5d35647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)