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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茯件州莟 | 1110010010101000100011001000111110001111010000101110010010101111 | e4a88c8f8f42e4af |
EUC-JP | 茯件州莟 | 1110100010101010101101111110111110111101101000111110100010110001 | e8aab7efbda3e8b1 |
UTF-8 | 茯件州莟 | 111010001000110010101111111001001011101110110110111001011011011110011110111010001000111010011111 | e88cafe4bbb6e5b79ee88e9f |
UHC | 茯件州? | 11011100110110101100101111101100111100011011011000111111 | dcdacbecf1b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)