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 | 意? | 100010001101001100111111 | 88d33f |
EUC-JP | 意? | 101100001101010100111111 | b0d53f |
UTF-8 | 意렖 | 111001101000010010001111111010111010000010010110 | e6848feba096 |
UHC | 意렖 | 11101011111100101000111010101011 | ebf28eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)