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 | ¿åÕý^ | 1011111111100101110101011111110101011110 | bfe5d5fd5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ¿åÕý^ | 10001111101000101100010010001111101010111010100110001111101010101101100010001111101010111111001001011110 | 8fa2c48faba98faad88fabf25e |
UTF-8 | ¿åÕý^ | 110000101011111111000011101001011100001110010101110000111011110101011110 | c2bfc3a5c395c3bd5e |
UHC | ¿???^ | 101000101010111100111111001111110011111101011110 | a2af3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)