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 | 邯ス陷夊悁^ | 11100111101101101011110111101000100111001001101011101000100111001001101001011110 | e7b6bde89c9ae89c9a5e |
EUC-JP | 邯ス陷夊悁^ | 1110111010111000100011101011110111101111111111001101010011101010110101111111101001011110 | eeb88ebdeffcd4ead7fa5e |
UTF-8 | 邯ス陷夊悁^ | 11101001100000101010111111101111101111011011110111101001100110011011011111100101101001001000101011100110100000101000000101011110 | e982afefbdbde999b7e5a48ae682815e |
UHC | 邯?陷??^ | 1100101011111011001111111111100111101000001111110011111101011110 | cafb3ff9e83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)