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 | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | 筌???GB | 11100010101000110011111100111111001111110100011101000010 | e2a33f3f3f4742 |
EUC-JP | 筌™??GB | 111001001010010110001111101000101110111100111111001111110100011101000010 | e4a58fa2ef3f3f4742 |
UTF-8 | 筌™뫁흟GB | 1110011110101101100011001110001010000100101000101110101110101011100000011110110110011101100111110100011101000010 | e7ad8ce284a2ebab81ed9d9f4742 |
UHC | 筌™뫁흟GB | 11101111101001111010001011100010100100011010010111000101100000010100011101000010 | efa7a2e291a5c5814742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)