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 | 借質萵 | 100011101101100010001110101111111110010011100000 | 8ed88ebfe4e0 |
EUC-JP | 借質萵 | 101111001101101010111100110000011110100011100010 | bcdabcc1e8e2 |
UTF-8 | 借質萵 | 111001011000000010011111111010001011001110101010111010001001000010110101 | e5809fe8b3aae890b5 |
UHC | 借質? | 1111001110101000111100101111010100111111 | f3a8f2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)