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 | 礁? | 100011111100101000111111 | 8fca3f |
EUC-JP | 礁弮 | 1011111011001100100011111011110011101011 | becc8fbceb |
UTF-8 | 礁弮 | 111001111010010010000001111001011011110010101110 | e7a481e5bcae |
UHC | 礁? | 111101011010011100111111 | f5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)