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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濠攪?卿? | 1000110110001010100111011001100000111111100010111010100000111111 | 8d8a9d983f8ba83f |
EUC-JP | 濠攪?卿? | 1011100111101010110110011111100000111111101101101010101000111111 | b9ead9f83fb6aa3f |
UTF-8 | 濠攪뫈卿홂 | 111001101011111110100000111001101001010010101010111010111010101110001000111001011000110110111111111011011001100110000010 | e6bfa0e694aaebab88e58dbfed9982 |
UHC | 濠攪뫈卿홂 | 11111011110011001100111011100110101110001111101111001100110011111100001101000101 | fbcccee6b8fbcccfc345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)