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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 畯?\}畯?\{^ | 1111101101101111001111110101110001111101111110110110111100111111010111000111101101011110 | fb6f3f5c7dfb6f3f5c7b5e |
EUC-JP | 畯?\}畯?\{^ | 10001111110011011011101100111111010111000111110110001111110011011011101100111111010111000111101101011110 | 8fcdbb3f5c7d8fcdbb3f5c7b5e |
UTF-8 | 畯렔\}畯렔\{^ | 1110011110010101101011111110101110100000100101000101110001111101111001111001010110101111111010111010000010010100010111000111101101011110 | e795afeba0945c7de795afeba0945c7b5e |
UHC | 畯렔\}畯렔\{^ | 11110001111000011000111010101001010111000111110111110001111000011000111010101001010111000111101101011110 | f1e18ea95c7df1e18ea95c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)