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 | 艾紫辱粡 | 1110010010001000100011101000011110010000010010101110001011100111 | e4888e87904ae2e7 |
EUC-JP | 艾紫辱粡 | 1110011111101000101110111110011110111111101010111110010011101001 | e7e8bbe7bfabe4e9 |
UTF-8 | 艾紫辱粡 | 111010001000100110111110111001111011010010101011111010001011111010110001111001111011001010100001 | e889bee7b4abe8beb1e7b2a1 |
UHC | 艾紫辱? | 11100100111101011110110110111001111010011011010000111111 | e4f5edb9e9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)