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¨~ | 1111101101000111100011101010100001111110 | fb478ea87e |
SJIS-WIN | ?G?¨~ | 001111110100011100111111100000010100111001111110 | 3f473f814e7e |
EUC-JP | ûG?¨~ | 1000111110101011111001010100011100111111101000011010111101111110 | 8fabe5473fa1af7e |
UTF-8 | ûG¨~ | 1100001110111011010001111100001010001110110000101010100001111110 | c3bb47c28ec2a87e |
UHC | ?G?¨~ | 001111110100011100111111101000011010011101111110 | 3f473fa1a77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)