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 | 由? | 100101110101001000111111 | 97523f |
EUC-JP | 由? | 110011011011001100111111 | cdb33f |
UTF-8 | 由쁥 | 111001111001010010110001111011001000000110100101 | e794b1ec81a5 |
UHC | 由쁥 | 11101011101001101001100001101000 | eba69868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)