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 | 110111011011001001111000 | ddb278 |
SJIS-WIN | ??x | 001111110011111101111000 | 3f3f78 |
EUC-JP | Ý?x | 1000111110101010111100100011111101111000 | 8faaf23f78 |
UTF-8 | ݲx | 1100001110011101110000101011001001111000 | c39dc2b278 |
UHC | ?²x | 00111111101010011111011101111000 | 3fa9f778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)