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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 砥??砥?? | 1001001101110101001111110011111110010011011101010011111100111111 | 93753f3f93753f3f |
| EUC-JP | 砥??砥?? | 1100010111010110001111110011111111000101110101100011111100111111 | c5d63f3fc5d63f3f |
| UTF-8 | 砥잭ㅈ砥잭ㅈ | 111001111010000010100101111011001001111010101101111000111000010110001000111001111010000010100101111011001001111010101101111000111000010110001000 | e7a0a5ec9eade38588e7a0a5ec9eade38588 |
| UHC | 砥잭ㅈ砥잭ㅈ | 111100101011001011000000111010001010010010111000111100101011001011000000111010001010010010111000 | f2b2c0e8a4b8f2b2c0e8a4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)