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 | ????A? | 001111110011111100111111001111110100000100111111 | 3f3f3f3f413f |
SJIS-WIN | 筌??軌A泳 | 111000101010001100111111001111111000101101001111010000011000100101101010 | e2a33f3f8b4f41896a |
EUC-JP | 筌??軌A泳 | 111001001010010100111111001111111011010110110000010000011011000111001011 | e4a53f3fb5b041b1cb |
UTF-8 | 筌뤿툖軌A泳 | 11100111101011011000110011101011101001001011111111101101100010001001011011101000101110111000110001000001111001101011001110110011 | e7ad8ceba4bfed8896e8bb8c41e6b3b3 |
UHC | 筌뤿툖軌A泳 | 1110111110100111100011111110101110111000100011011100111111111001010000011110011110110110 | efa78febb88dcff941e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)