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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 緣낆떟留뻛^ | 11100111101101111010001111101011100000101000011011101011100101101001111111101111101001111000110111101011101110111001101101011110 | e7b7a3eb8286eb969fefa78debbb9b5e |
UHC | 緣낆떟留뻛^ | 1110011011011110100001011110110010001011101101011110101110100111100101100110010101011110 | e6de85ec8bb5eba796655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)