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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬆尖ッ・寀ェ | 111010011010000010010000111010111010111110100101111110101010011110101010 | e9a090ebafa5faa7aa |
EUC-JP | 鬆尖ッ・寀ェ | 11110010101000101100000011101101100011101010111110001110101001011000111110111010110110111000111010101010 | f2a2c0ed8eaf8ea58fbadb8eaa |
UTF-8 | 鬆尖ッ・寀ェ | 111010011010110010000110111001011011000010010110111011111011110110101111111011111011110110100101111001011010111110000000111011111011110110101010 | e9ac86e5b096efbdafefbda5e5af80efbdaa |
UHC | ?尖??寀? | 0011111111110100110100110011111100111111111100111111001000111111 | 3ff4d33f3ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)