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 | ¿á^Û¹ | 1011111111100001010111101101101110111001 | bfe15edbb9 |
SJIS-WIN | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
EUC-JP | ¿á^Û? | 1000111110100010110001001000111110101011101000010101111010001111101010101110010100111111 | 8fa2c48faba15e8faae53f |
UTF-8 | ¿á^Û¹ | 110000101011111111000011101000010101111011000011100110111100001010111001 | c2bfc3a15ec39bc2b9 |
UHC | ¿?^?¹ | 10100010101011110011111101011110001111111010100111110110 | a2af3f5e3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)