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¿m | 1111101101000111100011101011111101101101 | fb478ebf6d |
SJIS-WIN | ?G??m | 0011111101000111001111110011111101101101 | 3f473f3f6d |
EUC-JP | ûG?¿m | 100011111010101111100101010001110011111110001111101000101100010001101101 | 8fabe5473f8fa2c46d |
UTF-8 | ûG¿m | 1100001110111011010001111100001010001110110000101011111101101101 | c3bb47c28ec2bf6d |
UHC | ?G?¿m | 001111110100011100111111101000101010111101101101 | 3f473fa2af6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)