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 | 褌郁慌 | 111001011110110010001000111010001000110101010001 | e5ec88e88d51 |
EUC-JP | 褌郁慌 | 111010101110111010110000111010101011100110110010 | eaeeb0eab9b2 |
UTF-8 | 褌郁慌 | 111010001010010010001100111010011000001110000001111001101000010110001100 | e8a48ce98381e6858c |
UHC | ?郁慌 | 0011111111101001111101001111110011001011 | 3fe9f4fccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)