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 | 111001111001000010110010010110110100001001000110 | e790b25b4246 |
EUC-JP | 逅イ[BF | 11101101111100001000111010110010010110110100001001000110 | edf08eb25b4246 |
UTF-8 | 逅イ[BF | 111010011000000010000101111011111011110110110010010110110100001001000110 | e98085efbdb25b4246 |
UHC | 逅?[BF | 111111011011000100111111010110110100001001000110 | fdb13f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)