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 | 粹輸勉 | 111000101110110110010111010000011001010111010111 | e2ed974195d7 |
EUC-JP | 粹輸勉 | 111001001110111111001101101000101100101011011001 | e4efcda2cad9 |
UTF-8 | 粹輸勉 | 111001111011001010111001111010001011110010111000111001011000101110001001 | e7b2b9e8bcb8e58b89 |
UHC | 粹輸勉 | 111000101011011011100010110000111101100011110101 | e2b6e2c3d8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)