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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 症謗ェG | 100011111100011111100110100011101010101001000111 | 8fc7e68eaa47 |
EUC-JP | 症謗ェG | 10111110110010011110101111101110100011101010101001000111 | bec9ebee8eaa47 |
UTF-8 | 症謗ェG | 11100111100101111000011111101000101011001001011111101111101111011010101001000111 | e79787e8ac97efbdaa47 |
UHC | 症謗?G | 111100011111100011011011101111110011111101000111 | f1f8dbbf3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)