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 | 100100110111010100111111100101111111011110011001011000000011111101000010 | 93753f97f799603f42 |
| EUC-JP | 砥?憐兪?B | 110001011101011000111111110011101111100111010001110000010011111101000010 | c5d63fcef9d1c13f42 |
| UTF-8 | 砥펩憐兪렟B | 11100111101000001010010111101101100011101010100111100110100001101001000011100101100001011010101011101011101000001001111101000010 | e7a0a5ed8ea9e68690e585aaeba09f42 |
| UHC | 砥펩憐兪렟B | 1111001010110010110001101110100111010101111110111110101011100100100011101011000001000010 | f2b2c6e9d5fbeae48eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)