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 | 鋺キ貊穂セ | 1110011111111010101101111110011010111011100101011110010010111110 | e7fab7e6bb95e4be |
EUC-JP | 鋺キ貊穂セ | 11101110111111001000111010110111111011001011110111001010111001101000111010111110 | eefc8eb7ecbdcae68ebe |
UTF-8 | 鋺キ貊穂セ | 111010011000101110111010111011111011110110110111111010001011001010001010111001111010100110000010111011111011110110111110 | e98bbaefbdb7e8b28ae7a982efbdbe |
UHC | ??貊?? | 001111110011111111011000111001110011111100111111 | 3f3fd8e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)