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 | 蝸肺 | 11100101100101111001010001111000 | e5979478 |
EUC-JP | 蝸肺 | 11101001111101111100011111011001 | e9f7c7d9 |
UTF-8 | 蝸肺 | 111010001001110110111000111010001000001010111010 | e89db8e882ba |
UHC | 蝸肺 | 11101000110001001111100011001011 | e8c4f8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)