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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雉ェ轣シ霆 | 1110100010110011101010101110011110000001101111001110100010111011 | e8b3aae781bce8bb |
EUC-JP | 雉ェ轣シ霆 | 11110000101101011000111010101010111011011110000110001110101111001111000010111101 | f0b58eaaede18ebcf0bd |
UTF-8 | 雉ェ轣シ霆 | 111010011001101110001001111011111011110110101010111010001011110110100011111011111011110110111100111010011001110010000110 | e99b89efbdaae8bda3efbdbce99c86 |
UHC | 雉???霆 | 11110110110010110011111100111111001111111110111111111101 | f6cb3f3f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)