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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 篠セナフト汐F | 100011101100001010111110110001011100110011000100100011101010110001000110 | 8ec2bec5ccc48eac46 |
EUC-JP | 篠セナフト汐F | 10111100110001001000111010111110100011101100010110001110110011001000111011000100101111001010111001000110 | bcc48ebe8ec58ecc8ec4bcae46 |
UTF-8 | 篠セナフト汐F | 11100111101011111010000011101111101111011011111011101111101111101000010111101111101111101000110011101111101111101000010011100110101100011001000001000110 | e7afa0efbdbeefbe85efbe8cefbe84e6b19046 |
UHC | 篠????汐F | 111000011100011000111111001111110011111100111111111000001011000101000110 | e1c63f3f3f3fe0b146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)