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 | ûU£G | 1111101101010101100011101010001101000111 | fb558ea347 |
SJIS-WIN | ?U?£G | 001111110101010100111111100000011001001001000111 | 3f553f819247 |
EUC-JP | ûU?£G | 1000111110101011111001010101010100111111101000011111001001000111 | 8fabe5553fa1f247 |
UTF-8 | ûU£G | 1100001110111011010101011100001010001110110000101010001101000111 | c3bb55c28ec2a347 |
UHC | ?U??G | 0011111101010101001111110011111101000111 | 3f553f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)