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 | 憂尨 | 10010111010010101001101110011000 | 974a9b98 |
EUC-JP | 憂尨 | 11001101101010111101010111111000 | cdabd5f8 |
UTF-8 | 憂尨 | 111001101000011010000010111001011011000010101000 | e68682e5b0a8 |
UHC | 憂尨 | 11101001110110001101101110101011 | e9d8dbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)