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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邁鍋ー」 | 111001111011000010010011111001111011000010100011 | e7b093e7b0a3 |
EUC-JP | 邁鍋ー」 | 1110111010110010110001101110100110001110101100001000111010100011 | eeb2c6e98eb08ea3 |
UTF-8 | 邁鍋ー」 | 111010011000001010000001111010011000110110001011111011111011110110110000111011111011110110100011 | e98281e98d8befbdb0efbda3 |
UHC | 邁鍋?? | 110110001110010011001110101001110011111100111111 | d8e4cea73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)