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 | 鋺キ貅渉ー | 1110011111111010101101111110011010111010100011111100001010110000 | e7fab7e6ba8fc2b0 |
EUC-JP | 鋺キ貅渉ー | 11101110111111001000111010110111111011001011110010111110110001001000111010110000 | eefc8eb7ecbcbec48eb0 |
UTF-8 | 鋺キ貅渉ー | 111010011000101110111010111011111011110110110111111010001011001010000101111001101011100010001001111011111011110110110000 | e98bbaefbdb7e8b285e6b889efbdb0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)