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 | 衽怙皰 | 111001011101000110011100100000001110000110101100 | e5d19c80e1ac |
EUC-JP | 衽怙皰 | 111010101101001111010111111000001110001010101110 | ead3d7e0e2ae |
UTF-8 | 衽怙皰 | 111010001010000110111101111001101000000010011001111001111001101010110000 | e8a1bde68099e79ab0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)