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 | 泱纉 | 10011111100101101110001110010011 | 9f96e393 |
EUC-JP | 泱纉 | 11011101111101101110010111110011 | ddf6e5f3 |
UTF-8 | 泱纉 | 111001101011001110110001111001111011101010001001 | e6b3b1e7ba89 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)