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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 隣組隣組^ | 100101111101011110010001011001111001011111010111100100010110011101011110 | 97d7916797d791675e |
EUC-JP | 隣組隣組^ | 110011101101100111000001110010001100111011011001110000011100100001011110 | ced9c1c8ced9c1c85e |
UTF-8 | 隣組隣組^ | 11101001100110101010001111100111101101011000010011101001100110101010001111100111101101011000010001011110 | e99aa3e7b584e99aa3e7b5845e |
UHC | 隣組隣組^ | 110101111111011011110000110110101101011111110110111100001101101001011110 | d7f6f0dad7f6f0da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)