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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 羞駕集vB | 1110001110110101100010011110110110001111010101110111011001000010 | e3b589ed8f577642 |
EUC-JP | 羞駕集vB | 1110011010110111101100101110111110111101101110000111011001000010 | e6b7b2efbdb87642 |
UTF-8 | 羞駕集vB | 1110011110111110100111101110100110100111100101011110100110011011100001100111011001000010 | e7be9ee9a795e99b867642 |
UHC | 羞駕集vB | 1110001010111010110010101011110111110011101000100111011001000010 | e2bacabdf3a27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)