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 | 霆雁ーコ荳 | 1110100010111011100010101110010110110000101110101110010010111000 | e8bb8ae5b0bae4b8 |
EUC-JP | 霆雁ーコ荳 | 11110000101111011011010011100111100011101011000010001110101110101110100010111010 | f0bdb4e78eb08ebae8ba |
UTF-8 | 霆雁ーコ荳 | 111010011001110010000110111010011001101110000001111011111011110110110000111011111011110110111010111010001000110110110011 | e99c86e99b81efbdb0efbdbae88db3 |
UHC | 霆雁??荳 | 1110111111111101111001001101001000111111001111111101010011100101 | effde4d23f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)