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 | êþºê·¤ | 111010101111111010111010111010101011011110100100 | eafebaeab7a4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êþºê?¤ | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111011010000111111100011111010001011110000 | 8fabb48fa9d08fa2eb8fabb43f8fa2f0 |
UTF-8 | êþºê·¤ | 110000111010101011000011101111101100001010111010110000111010101011000010101101111100001010100100 | c3aac3bec2bac3aac2b7c2a4 |
UHC | ?þº?·¤ | 00111111101010011010110110101000101011000011111110100001101001001010001010110100 | 3fa9ada8ac3fa1a4a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)