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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 陜ィx | 11101000100111011010100001111000 | e89da878 |
EUC-JP | 陜ィx | 1110111111111101100011101010100001111000 | effd8ea878 |
UTF-8 | 陜ィx | 11101001100110011001110011101111101111011010100001111000 | e9999cefbda878 |
UHC | 陜?x | 11111001111100000011111101111000 | f9f03f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)