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 | 10001110110111111000111010111000010110110100001001000110 | 8edf8eb85b4246 |
EUC-JP | 釈失[BF | 10111100111000011011110010111010010110110100001001000110 | bce1bcba5b4246 |
UTF-8 | 釈失[BF | 111010011000011110001000111001011010010010110001010110110100001001000110 | e98788e5a4b15b4246 |
UHC | ?失[BF | 001111111110001111110111010110110100001001000110 | 3fe3f75b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)