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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ツ渉サツクF | 11000010100011111100001010111011110000101011100001000110 | c28fc2bbc2b846 |
EUC-JP | ツ渉サツクF | 1000111011000010101111101100010010001110101110111000111011000010100011101011100001000110 | 8ec2bec48ebb8ec28eb846 |
UTF-8 | ツ渉サツクF | 11101111101111101000001011100110101110001000100111101111101111011011101111101111101111101000001011101111101111011011100001000110 | efbe82e6b889efbdbbefbe82efbdb846 |
UHC | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)