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 | ??[BF | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | 舎紗[BF | 10001110110010011000111011010001010110110100001001000110 | 8ec98ed15b4246 |
EUC-JP | 舎紗[BF | 10111100110010111011110011010011010110110100001001000110 | bccbbcd35b4246 |
UTF-8 | 舎紗[BF | 111010001000100010001110111001111011010010010111010110110100001001000110 | e8888ee7b4975b4246 |
UHC | ?紗[BF | 001111111101111011101001010110110100001001000110 | 3fdee95b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)