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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??缺^ | 0011111100111111111000111001111001011110 | 3f3fe39e5e |
EUC-JP | 檉?缺^ | 10001111110001011011101100111111111001011111111001011110 | 8fc5bb3fe5fe5e |
UTF-8 | 檉면缺^ | 11100110101010101000100111101011101010011011010011100111101111001011101001011110 | e6aa89eba9b4e7bcba5e |
UHC | 檉면缺^ | 11101111111000001011100011101001110011001100000001011110 | efe0b8e9ccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)