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 | 社者靍 | 100011101101000010001110110100101111101111110000 | 8ed08ed2fbf0 |
EUC-JP | 社者? | 1011110011010010101111001101010000111111 | bcd2bcd43f |
UTF-8 | 社者靍 | 111001111010010010111110111010001000000010000101111010011001110110001101 | e7a4bee88085e99d8d |
UHC | 社者? | 1101111011100100111011011011101000111111 | dee4edba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)