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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍門ョ夊宛霍 | 1110100010110111100101101110010110101110100110101110100010001000101101101110100010110111 | e8b796e5ae9ae888b6e8b7 |
EUC-JP | 霍門ョ夊宛霍 | 111100001011100111001100111001111000111010101110110101001110101010110000101110001111000010111001 | f0b9cce78eaed4eab0b8f0b9 |
UTF-8 | 霍門ョ夊宛霍 | 111010011001110010001101111010011001011010000000111011111011110110101110111001011010010010001010111001011010111010011011111010011001110010001101 | e99c8de99680efbdaee5a48ae5ae9be99c8d |
UHC | ?門??宛? | 0011111111011010101001100011111100111111111010001100100000111111 | 3fdaa63f3fe8c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)