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 | ?命 | 001111111001011010111101 | 3f96bd |
EUC-JP | ?命 | 001111111100110010111111 | 3fccbf |
UTF-8 | 杻命 | 111011111010011110001000111001011001000110111101 | efa788e591bd |
UHC | 杻命 | 11101010111101001101100110100100 | eaf4d9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)