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 | ¡à«Öû | 101000011110000010001111101010111101011011111011 | a1e08fabd6fb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ¡à??Öû | 1000111110100010110000101000111110101011101000100011111100111111100011111010101011010011100011111010101111100101 | 8fa2c28faba23f3f8faad38fabe5 |
UTF-8 | ¡à«Öû | 110000101010000111000011101000001100001010001111110000101010101111000011100101101100001110111011 | c2a1c3a0c28fc2abc396c3bb |
UHC | ¡????? | 10100010101011100011111100111111001111110011111100111111 | a2ae3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)