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 | 席釋楔 | 100100001100100011100111110101111001111010110110 | 90c8e7d79eb6 |
EUC-JP | 席釋楔 | 110000001100101011101110110110011101110010111000 | c0caeed9dcb8 |
UTF-8 | 席釋楔 | 111001011011100010101101111010011000011110001011111001101010010110010100 | e5b8ade9878be6a594 |
UHC | 席釋楔 | 111000001010110011100000101101111110000011011011 | e0ace0b7e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)