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 | ÝæB | 1001110111011101100101011110011001000010 | 9ddd95e642 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?Ý?æB | 001111111000111110101010111100100011111110001111101010011100000101000010 | 3f8faaf23f8fa9c142 |
UTF-8 | ÝæB | 110000101001110111000011100111011100001010010101110000111010011001000010 | c29dc39dc295c3a642 |
UHC | ???æB | 001111110011111100111111101010011010000101000010 | 3f3f3fa9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)