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 | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 玩??[BF | 10001010110111110011111100111111010110110100001001000110 | 8adf3f3f5b4246 |
EUC-JP | 玩??[BF | 10110100111000010011111100111111010110110100001001000110 | b4e13f3f5b4246 |
UTF-8 | 玩롖렲[BF | 111001111000111010101001111010111010000110010110111010111010000010110010010110110100001001000110 | e78ea9eba196eba0b25b4246 |
UHC | 玩롖렲[BF | 111010001100110010001110110110101000111010111111010110110100001001000110 | e8cc8eda8ebf5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)