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 | 蓆羣] | 1110010011101100111000111011100001011101 | e4ece3b85d |
EUC-JP | 蓆羣] | 1110100011101110111001101011101001011101 | e8eee6ba5d |
UTF-8 | 蓆羣] | 11101000100100111000011011100111101111101010001101011101 | e89386e7bea35d |
UHC | 蓆?] | 11100000101101100011111101011101 | e0b63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)