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 | òÆí | 11110010101011011100011011101101 | f2adc6ed |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ò?Æí | 10001111101010111101001000111111100011111010100110100001100011111010101110111111 | 8fabd23f8fa9a18fabbf |
UTF-8 | òÆí | 1100001110110010110000101010110111000011100001101100001110101101 | c3b2c2adc386c3ad |
UHC | ?Æ? | 001111111010000110101001101010001010000100111111 | 3fa1a9a8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)