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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 醍?工e^ | 10010001111001110011111110001101010010000110010101011110 | 91e73f8d48655e |
EUC-JP | 醍?工e^ | 11000010111010010011111110111001101010010110010101011110 | c2e93fb9a9655e |
UTF-8 | 醍닺工e^ | 1110100110000110100011011110101110001011101110101110010110110111101001010110010101011110 | e9868deb8bbae5b7a5655e |
UHC | 醍닺工e^ | 1111000010110101101101001110100011001101111011110110010101011110 | f0b5b4e8cdef655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)