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 | 鴫賞 | 10001110101100001000111111011100 | 8eb08fdc |
EUC-JP | 鴫賞 | 10111100101100101011111011011110 | bcb2bede |
UTF-8 | 鴫賞 | 111010011011010010101011111010001011001110011110 | e9b4abe8b39e |
UHC | ?賞 | 001111111101111111011011 | 3fdfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)