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 | ?飾?軾^ | 00111111100011111111110000111111111001110110011101011110 | 3f8ffc3fe7675e |
EUC-JP | ?飾?軾^ | 00111111101111101111111000111111111011011100100001011110 | 3fbefe3fedc85e |
UTF-8 | 렲飾렲軾^ | 11101011101000001011001011101001101000111011111011101011101000001011001011101000101110111011111001011110 | eba0b2e9a3beeba0b2e8bbbe5e |
UHC | 렲飾렲軾^ | 100011101011111111100011110111101000111010111111111000111101110001011110 | 8ebfe3de8ebfe3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)