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 | 茗莇籥 | 111001001010101011100100101101001110001011011110 | e4aae4b4e2de |
EUC-JP | 茗莇籥 | 111010001010110011101000101101101110010011100000 | e8ace8b6e4e0 |
UTF-8 | 茗莇籥 | 111010001000110010010111111010001000111010000111111001111011000110100101 | e88c97e88e87e7b1a5 |
UHC | 茗?? | 11011001101010110011111100111111 | d9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)