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 | êù³ßà | 1110101011111001100011101011001110001111110111111100001110001110 | eaf98eb38fdfc38e |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | êù???ßÃ? | 10001111101010111011010010001111101010111110001100111111001111110011111110001111101010011100111010001111101010101010101000111111 | 8fabb48fabe33f3f3f8fa9ce8faaaa3f |
UTF-8 | êù³ßà | 11000011101010101100001110111001110000101000111011000010101100111100001010001111110000111001111111000011100000111100001010001110 | c3aac3b9c28ec2b3c28fc39fc383c28e |
UHC | ???³?ß?? | 00111111001111110011111110101001111110000011111110101001101011000011111100111111 | 3f3f3fa9f83fa9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)