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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 唸哺h唸 | 10011010010110001001101001001101011010001001101001011000 | 9a589a4d689a58 |
EUC-JP | 唸哺h唸 | 11010011101110011101001110101110011010001101001110111001 | d3b9d3ae68d3b9 |
UTF-8 | 唸哺h唸 | 11100101100101001011100011100101100100111011101001101000111001011001010010111000 | e594b8e593ba68e594b8 |
UHC | ?哺h? | 0011111111111000110101000110100000111111 | 3ff8d4683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)