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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?邇? | 00111111111001111000111000111111 | 3fe78e3f |
EUC-JP | ?邇? | 00111111111011011110111000111111 | 3fedee3f |
UTF-8 | 셋邇阮 | 111011001000010110001011111010011000001010000111111011111010011110000110 | ec858be98287efa786 |
UHC | 셋邇阮 | 101111001100001011101100110001001110101011000001 | bcc2ecc4eac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)