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 | ????A? | 001111110011111100111111001111110100000100111111 | 3f3f3f3f413f |
SJIS-WIN | 倭???A倭 | 1001100001100000001111110011111100111111010000011001100001100000 | 98603f3f3f419860 |
EUC-JP | 倭???A倭 | 1100111111000001001111110011111100111111010000011100111111000001 | cfc13f3f3f41cfc1 |
UTF-8 | 倭녾난휃A倭 | 11100101100000001010110111101011100001011011111011101011100000101001110011101101100111001000001101000001111001011000000010101101 | e580adeb85beeb829ced9c8341e580ad |
UHC | 倭녾난휃A倭 | 1110100011011110100001101110101010110011101011011100010010010001010000011110100011011110 | e8de86eab3adc49141e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)