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 | 鴨鼠 | 10001010100110111001000101101100 | 8a9b916c |
EUC-JP | 鴨鼠 | 10110011111110111100000111001101 | b3fbc1cd |
UTF-8 | 鴨鼠 | 111010011011010010101000111010011011110010100000 | e9b4a8e9bca0 |
UHC | 鴨鼠 | 11100100111001011110000010101001 | e4e5e0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)