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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諛? | 111001101000011100111111 | e6873f |
EUC-JP | 諛? | 111010111110011100111111 | ebe73f |
UTF-8 | 諛곕 | 111010001010101110011011111010101011001110010101 | e8ab9beab395 |
UHC | 諛곕 | 11101011101100001011000011101011 | ebb0b0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)