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 | 1110100111101001100011101010000101000111 | e9e98ea147 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | éé?¡G | 1000111110101011101100011000111110101011101100010011111110001111101000101100001001000111 | 8fabb18fabb13f8fa2c247 |
UTF-8 | éé¡G | 110000111010100111000011101010011100001010001110110000101010000101000111 | c3a9c3a9c28ec2a147 |
UHC | ???¡G | 001111110011111100111111101000101010111001000111 | 3f3f3fa2ae47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)