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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 兒銑^ | 1001100101011010100100010100110001011110 | 995a914c5e |
EUC-JP | 兒銑^ | 1101000110111011110000011010110101011110 | d1bbc1ad5e |
UTF-8 | 兒銑^ | 11100101100001011001001011101001100010101001000101011110 | e58592e98a915e |
UHC | 兒銑^ | 1110010010101110111000001101010101011110 | e4aee0d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)