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 | oèÊ | 100111100110111111101000101011011001101111001010 | 9e6fe8ad9bca |
SJIS-WIN | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
EUC-JP | ?oè??Ê | 00111111011011111000111110101011101100100011111100111111100011111010101010110100 | 3f6f8fabb23f3f8faab4 |
UTF-8 | oèÊ | 1100001010011110011011111100001110101000110000101010110111000010100110111100001110001010 | c29e6fc3a8c2adc29bc38a |
UHC | ?o??? | 00111111011011110011111110100001101010010011111100111111 | 3f6f3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)