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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 无它无它 | 1001110111011001100110111000000010011101110110011001101110000000 | 9dd99b809dd99b80 |
EUC-JP | 无它无它 | 1101101011011011110101011110000011011010110110111101010111100000 | dadbd5e0dadbd5e0 |
UTF-8 | 无它无它 | 111001101001011110100000111001011010111010000011111001101001011110100000111001011010111010000011 | e697a0e5ae83e697a0e5ae83 |
UHC | 无?无? | 110110011110100100111111110110011110100100111111 | d9e93fd9e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)