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 | 宿h | 11100101101011101011111101101000 | e5aebf68 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | 宿h | 10001111101010111010100110001111101000101110111010001111101000101100010001101000 | 8faba98fa2ee8fa2c468 |
UTF-8 | 宿h | 11000011101001011100001010101110110000101011111101101000 | c3a5c2aec2bf68 |
UHC | ?®¿h | 001111111010001011100111101000101010111101101000 | 3fa2e7a2af68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)