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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?起氾E | 001111111000101101001110100101001100001101000101 | 3f8b4e94c345 |
EUC-JP | ?起氾E | 001111111011010110101111110010001100010101000101 | 3fb5afc8c545 |
UTF-8 | 삐起氾E | 11101100100000101001000011101000101101011011011111100110101100001011111001000101 | ec8290e8b5b7e6b0be45 |
UHC | 삐起氾E | 10111011110111111101000111000011110110111111000001000101 | bbdfd1c3dbf045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)