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 | ?枋杷??^ | 0011111110011110011000111001010001100110001111110011111101011110 | 3f9e6394663f3f5e |
EUC-JP | ?枋杷??^ | 0011111111011011110001001100011111000111001111110011111101011110 | 3fdbc4c7c73f3f5e |
UTF-8 | 뤒枋杷쬠놜^ | 11101011101001001001001011100110100111101000101111100110100111011011011111101100101011001010000011101011100001101001110001011110 | eba492e69e8be69db7ecaca0eb869c5e |
UHC | 뤒枋杷쬠놜^ | 1000111111000010110110111011001111110111111011011100001011011011101100111111100001011110 | 8fc2dbb3f7edc2dbb3f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)