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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | 筌?????c^ | 111000101010001100111111001111110011111100111111001111110110001101011110 | e2a33f3f3f3f3f635e |
EUC-JP | 筌?????c^ | 111001001010010100111111001111110011111100111111001111110110001101011110 | e4a53f3f3f3f3f635e |
UTF-8 | 筌뀁푷溜곕젔c^ | 1110011110101101100011001110101110000000100000011110110110010001101101111110111110100111100010111110101010110011100101011110110010100000100101000110001101011110 | e7ad8ceb8081ed91b7efa78beab395eca094635e |
UHC | 筌뀁푷溜곕젔c^ | 1110111110100111101100101110110010111110100001011110101011111110101100001110101110100000100100100110001101011110 | efa7b2ecbe85eafeb0eba092635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)