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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 褶賞褶賞B | 111001011111011110001111110111001110010111110111100011111101110001000010 | e5f78fdce5f78fdc42 |
EUC-JP | 褶賞褶賞B | 111010101111100110111110110111101110101011111001101111101101111001000010 | eaf9bedeeaf9bede42 |
UTF-8 | 褶賞褶賞B | 11101000101001001011011011101000101100111001111011101000101001001011011011101000101100111001111001000010 | e8a4b6e8b39ee8a4b6e8b39e42 |
UHC | 褶賞褶賞B | 111000111010100011011111110110111110001110101000110111111101101101000010 | e3a8dfdbe3a8dfdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)