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^ | 1110100110110100100010011111100011100010100000111110001010010100101010000110010101011110 | e9b489f8e283e294a8655e |
EUC-JP | 魘恢窿笏ィe^ | 111100101011011010110010111110101110001111100011111000111111010010001110101010000110010101011110 | f2b6b2fae3e3e3f48ea8655e |
UTF-8 | 魘恢窿笏ィe^ | 1110100110101101100110001110011010000001101000101110011110101010101111111110011110101100100011111110111110111101101010000110010101011110 | e9ad98e681a2e7aabfe7ac8fefbda8655e |
UHC | ?恢?笏?e^ | 001111111111110011100001001111111111101111101110001111110110010101011110 | 3ffce13ffbee3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)