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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雫鳧悉 | 11111000111111001000111010110100111010011110100010001110101110111111100110100001 | f8fc8eb4e9e88ebbf9a1 |
EUC-JP | ?雫鳧悉? | 0011111110111100101101101111001011101010101111001011110100111111 | 3fbcb6f2eabcbd3f |
UTF-8 | 雫鳧悉 | 111011101001101010011011111010011001101110101011111010011011001110100111111001101000001010001001111011101001101110111100 | ee9a9be99babe9b3a7e68289ee9bbc |
UHC | ??鳧悉? | 00111111001111111101110111000000111000111111101000111111 | 3f3fddc0e3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)