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^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 魘恢矣碪ィe^ | 1110100110110100100010011111100011100001111000011110000111110010101010000110010101011110 | e9b489f8e1e1e1f2a8655e |
EUC-JP | 魘恢矣碪ィe^ | 111100101011011010110010111110101110001011100011111000101111010010001110101010000110010101011110 | f2b6b2fae2e3e2f48ea8655e |
UTF-8 | 魘恢矣碪ィe^ | 1110100110101101100110001110011010000001101000101110011110011111101000111110011110100010101010101110111110111101101010000110010101011110 | e9ad98e681a2e79fa3e7a2aaefbda8655e |
UHC | ?恢矣??e^ | 001111111111110011100001111010111111100000111111001111110110010101011110 | 3ffce1ebf83f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)