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 | 100100110111010100111111100101111111011110001001010000010011111101000010 | 93753f97f789413f42 |
| EUC-JP | 砥?憐陰?B | 110001011101011000111111110011101111100110110001101000100011111101000010 | c5d63fcef9b1a23f42 |
| UTF-8 | 砥펩憐陰렟B | 11100111101000001010010111101101100011101010100111100110100001101001000011101001100110011011000011101011101000001001111101000010 | e7a0a5ed8ea9e68690e999b0eba09f42 |
| UHC | 砥펩憐陰렟B | 1111001010110010110001101110100111010101111110111110101111100100100011101011000001000010 | f2b2c6e9d5fbebe48eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)