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 | 穽篌 | 11100010011101101110001010111010 | e276e2ba |
EUC-JP | 穽篌 | 11100011110101111110010010111100 | e3d7e4bc |
UTF-8 | 穽篌 | 111001111010100110111101111001111010111110001100 | e7a9bde7af8c |
UHC | 穽? | 111011111111000000111111 | eff03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)