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 | ¸ÖÜ? | 10111000110101101101110000111111 | b8d6dc3f |
SJIS-WIN | ???蹕 | 0011111100111111001111111110011101001010 | 3f3f3fe74a |
EUC-JP | ¸ÖÜ蹕 | 1000111110100010101100011000111110101010110100111000111110101010111001001110110110101011 | 8fa2b18faad38faae4edab |
UTF-8 | ¸ÖÜ蹕 | 110000101011100011000011100101101100001110011100111010001011100110010101 | c2b8c396c39ce8b995 |
UHC | ¸??? | 1010001010101100001111110011111100111111 | a2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)