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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萇蟆・ネ | 111001001100011111100101101100001010010111001000 | e4c7e5b0a5c8 |
EUC-JP | 萇蟆・ネ | 1110100011001001111010101011001010001110101001011000111011001000 | e8c9eab28ea58ec8 |
UTF-8 | 萇蟆・ネ | 111010001001000010000111111010001001111110000110111011111011110110100101111011111011111010001000 | e89087e89f86efbda5efbe88 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)