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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 社縞 | 100011101101000010001110110010001111000010110010 | 8ed08ec8f0b2 |
EUC-JP | 社縞? | 1011110011010010101111001100101000111111 | bcd2bcca3f |
UTF-8 | 社縞 | 111001111010010010111110111001111011100010011110111011101000000110110001 | e7a4bee7b89eee81b1 |
UHC | 社縞? | 1101111011100100111110111101011000111111 | dee4fbd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)