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 | êø긫 | 111010101111100010011110111010101011100010101011 | eaf89eeab8ab |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êø?ê¸? | 1000111110101011101101001000111110101001110011000011111110001111101010111011010010001111101000101011000100111111 | 8fabb48fa9cc3f8fabb48fa2b13f |
UTF-8 | êø긫 | 110000111010101011000011101110001100001010011110110000111010101011000010101110001100001010101011 | c3aac3b8c29ec3aac2b8c2ab |
UHC | ?ø??¸? | 0011111110101001101010100011111100111111101000101010110000111111 | 3fa9aa3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)