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 | ???T^ | 0011111100111111001111110101010001011110 | 3f3f3f545e |
| SJIS-WIN | ???T^ | 0011111100111111001111110101010001011110 | 3f3f3f545e |
| EUC-JP | ???T^ | 0011111100111111001111110101010001011110 | 3f3f3f545e |
| UTF-8 | 혵혖챗T^ | 1110110110011000101101011110110110011000100101101110110010110001100101110101010001011110 | ed98b5ed9896ecb197545e |
| UHC | 혵혖챗T^ | 1100001010011100110000101000000111000011101010100101010001011110 | c29cc281c3aa545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)