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 | ûGº | 11111011010001111000111010111010 | fb478eba |
SJIS-WIN | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
EUC-JP | ûG?º | 1000111110101011111001010100011100111111100011111010001011101011 | 8fabe5473f8fa2eb |
UTF-8 | ûGº | 11000011101110110100011111000010100011101100001010111010 | c3bb47c28ec2ba |
UHC | ?G?º | 0011111101000111001111111010100010101100 | 3f473fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)