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 | 諸殄 | 11111011101010011001111101101000 | fba99f68 |
EUC-JP | ?殄 | 001111111101110111001001 | 3fddc9 |
UTF-8 | 諸殄 | 111011111010100010100010111001101010111010000100 | efa8a2e6ae84 |
UHC | ?殄 | 001111111111001011001111 | 3ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)