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 | 1111000010101101100011101010000101000111 | f0ad8ea147 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ð??¡G | 100011111010100111000011001111110011111110001111101000101100001001000111 | 8fa9c33f3f8fa2c247 |
UTF-8 | ð¡G | 110000111011000011000010101011011100001010001110110000101010000101000111 | c3b0c2adc28ec2a147 |
UHC | ð?¡G | 1010100110100011101000011010100100111111101000101010111001000111 | a9a3a1a93fa2ae47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)