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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 遶ェ驕疲クャB | 11100111101010111010101011101001100000011001010011100110101110001010110001000010 | e7abaae98194e6b8ac42 |
EUC-JP | 遶ェ驕疲クャB | 11101110101011011000111010101010111100011110000111001000111010001000111010111000100011101010110001000010 | eead8eaaf1e1c8e88eb88eac42 |
UTF-8 | 遶ェ驕疲クャB | 11101001100000011011011011101111101111011010101011101001101010011001010111100111100101101011001011101111101111011011100011101111101111011010110001000010 | e981b6efbdaae9a995e796b2efbdb8efbdac42 |
UHC | ??驕疲??B | 001111110011111111001110111101101111100110101010001111110011111101000010 | 3f3fcef6f9aa3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)