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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 筌??宥?^ | 1110001010100011001111110011111110010111010001110011111101011110 | e2a33f3f97473f5e |
EUC-JP | 筌??宥?^ | 1110010010100101001111110011111111001101101010000011111101011110 | e4a53f3fcda83f5e |
UTF-8 | 筌뚯뼃宥꿦^ | 11100111101011011000110011101011100110101010111111101011101111001000001111100101101011101010010111101010101111111010011001011110 | e7ad8ceb9aafebbc83e5aea5eabfa65e |
UHC | 筌뚯뼃宥꿦^ | 1110111110100111100011001110110010010110100011011110101011101001100001010110010101011110 | efa78cec968deae985655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)