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 | »³¦AB | 10001111101110111011001110001110101001100100000101000010 | 8fbbb38ea64142 |
SJIS-WIN | ?????AB | 00111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f4142 |
EUC-JP | ????¦AB | 001111110011111100111111001111111000111110100010110000110100000101000010 | 3f3f3f3f8fa2c34142 |
UTF-8 | »³¦AB | 110000101000111111000010101110111100001010110011110000101000111011000010101001100100000101000010 | c28fc2bbc2b3c28ec2a64142 |
UHC | ??³??AB | 0011111100111111101010011111100000111111001111110100000101000010 | 3f3fa9f83f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)