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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 筌????^ | 11100010101000110011111100111111001111110011111101011110 | e2a33f3f3f3f5e |
EUC-JP | 筌????^ | 11100100101001010011111100111111001111110011111101011110 | e4a53f3f3f3f5e |
UTF-8 | 筌뗫툕藺쬬^ | 11100111101011011000110011101011100101111010101111101101100010001001010111101111101001111011000011101100101011001010110001011110 | e7ad8ceb97abed8895efa7b0ecacac5e |
UHC | 筌뗫툕藺쬬^ | 1110111110100111100010111110101110111000100011001110110011100001101001110110001101011110 | efa78bebb88cece1a7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)