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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 涌韈咤怐 | 1001011101001111111010001110011110011010010000101001110010000001 | 974fe8e79a429c81 |
| EUC-JP | 涌韈咤怐 | 1100110110110000111100001110100111010011101000111101011111100001 | cdb0f0e9d3a3d7e1 |
| UTF-8 | 涌韈咤怐 | 111001101011011010001100111010011001111110001000111001011001001010100100111001101000000010010000 | e6b68ce99f88e592a4e68090 |
| UHC | 涌?咤? | 111010011011111100111111111101101110001100111111 | e9bf3ff6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)