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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 縒繖縒縋^ | 111000110111001011100011100001001110001101110010111000110111011001011110 | e372e384e372e3765e |
EUC-JP | 縒繖縒縋^ | 111001011101001111100101111001001110010111010011111001011101011101011110 | e5d3e5e4e5d3e5d75e |
UTF-8 | 縒繖縒縋^ | 11100111101110001001001011100111101110011001011011100111101110001001001011100111101110001000101101011110 | e7b892e7b996e7b892e7b88b5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)