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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 摯而h摯而 | 100111011001010110001110101001110110100010011101100101011000111010100111 | 9d958ea7689d958ea7 |
EUC-JP | 摯而h摯而 | 110110011111010110111100101010010110100011011001111101011011110010101001 | d9f5bca968d9f5bca9 |
UTF-8 | 摯而h摯而 | 11100110100100011010111111101000100000001000110001101000111001101001000110101111111010001000000010001100 | e691afe8808c68e691afe8808c |
UHC | 摯而h摯而 | 111100101010011111101100101110110110100011110010101001111110110010111011 | f2a7ecbb68f2a7ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)