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 | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | 訷夭枕}G | 1111101110100100100110101110111010010110100011010111110101000111 | fba49aee968d7d47 |
EUC-JP | 訷夭枕}G | 100011111101110111010100110101001111000011001011111011010111110101000111 | 8fddd4d4f0cbed7d47 |
UTF-8 | 訷夭枕}G | 1110100010101000101101111110010110100100101011011110011010011110100101010111110101000111 | e8a8b7e5a4ade69e957d47 |
UHC | ?夭枕}G | 00111111111010001110110011110110110101110111110101000111 | 3fe8ecf6d77d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)