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 | 但測但測^ | 100100100100000110010001101010101001001001000001100100011010101001011110 | 924191aa924191aa5e |
EUC-JP | 但測但測^ | 110000111010001011000010101011001100001110100010110000101010110001011110 | c3a2c2acc3a2c2ac5e |
UTF-8 | 但測但測^ | 11100100101111011000011011100110101110001010110011100100101111011000011011100110101110001010110001011110 | e4bd86e6b8ace4bd86e6b8ac5e |
UHC | 但測但測^ | 110100111010001111110110101101001101001110100011111101101011010001011110 | d3a3f6b4d3a3f6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)