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 | ???GB | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 譽??GB | 111001101010001100111111001111110100011101000010 | e6a33f3f4742 |
EUC-JP | 譽??GB | 111011001010010100111111001111110100011101000010 | eca53f3f4742 |
UTF-8 | 譽김퀕GB | 1110100010101101101111011110101010111001100000001110110110000000100101010100011101000010 | e8adbdeab980ed80954742 |
UHC | 譽김퀕GB | 1110011111100010101100011110100010110011100010100100011101000010 | e7e2b1e8b38a4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)