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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豐夐=謾」 | 111001101011001010011010111010011000000110000001111001101001010010100011 | e6b29ae98181e694a3 |
EUC-JP | 豐夐=謾」 | 11101100101101001101010011101011101000011110000111101011111101001000111010100011 | ecb4d4eba1e1ebf48ea3 |
UTF-8 | 豐夐=謾」 | 111010001011000110010000111001011010010010010000111011111011110010011101111010001010110010111110111011111011110110100011 | e8b190e5a490efbc9de8acbeefbda3 |
UHC | ??=?? | 001111110011111110100011101111010011111100111111 | 3f3fa3bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)