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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 魚?] | 10001011100110110011111101011101 | 8b9b3f5d |
EUC-JP | 魚?] | 10110101111110110011111101011101 | b5fb3f5d |
UTF-8 | 魚뭂] | 11101001101011011001101011101011101011011000001001011101 | e9ad9aebad825d |
UHC | 魚뭂] | 1110010111100000100100100101000101011101 | e5e092515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)