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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 岵??岵??^ | 1000111110111011101101110011111100111111100011111011101110110111001111110011111101011110 | 8fbbb73f3f8fbbb73f3f5e |
UTF-8 | 岵롔롖岵롗렻^ | 11100101101100101011010111101011101000011001010011101011101000011001011011100101101100101011010111101011101000011001011111101011101000001011101101011110 | e5b2b5eba194eba196e5b2b5eba197eba0bb5e |
UHC | 岵롔롖岵롗렻^ | 11111011110000001000111011011000100011101101101011111011110000001000111011011011100011101100001101011110 | fbc08ed88edafbc08edb8ec35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)