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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 筌????B | 11100010101000110011111100111111001111110011111101000010 | e2a33f3f3f3f42 |
EUC-JP | 筌™?彛?B | 1110010010100101100011111010001011101111001111111000111110111100111110100011111101000010 | e4a58fa2ef3f8fbcfa3f42 |
UTF-8 | 筌™뫁彛쟊B | 11100111101011011000110011100010100001001010001011101011101010111000000111100101101111011001101111101100100111111000101001000010 | e7ad8ce284a2ebab81e5bd9bec9f8a42 |
UHC | 筌™뫁彛쟊B | 1110111110100111101000101110001010010001101001011110110010101101101000000100110001000010 | efa7a2e291a5ecada04c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)