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 | ?????tA | 00111111001111110011111100111111001111110111010001000001 | 3f3f3f3f3f7441 |
| SJIS-WIN | ?????tA | 00111111001111110011111100111111001111110111010001000001 | 3f3f3f3f3f7441 |
| EUC-JP | ?????tA | 00111111001111110011111100111111001111110111010001000001 | 3f3f3f3f3f7441 |
| UTF-8 | 창체혷쨋찾tA | 1110110010110000101111011110110010110010101101001110110110011000101101111110110010101000100010111110110010110000101111100111010001000001 | ecb0bdecb2b4ed98b7eca88becb0be7441 |
| UHC | 창체혷쨋찾tA | 110000111010001011000011101111001100001010011110110000101011011011000011101000110111010001000001 | c3a2c3bcc29ec2b6c3a37441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)