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 | 1111101101000111100011101011000001101101 | fb478eb06d |
SJIS-WIN | ?G?°m | 001111110100011100111111100000011000101101101101 | 3f473f818b6d |
EUC-JP | ûG?°m | 1000111110101011111001010100011100111111101000011110101101101101 | 8fabe5473fa1eb6d |
UTF-8 | ûG°m | 1100001110111011010001111100001010001110110000101011000001101101 | c3bb47c28ec2b06d |
UHC | ?G?°m | 001111110100011100111111101000011100011001101101 | 3f473fa1c66d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)