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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 都ソ蟇ャ] | 11111011101101111011111111100101101011111010110001011101 | fbb7bfe5afac5d |
EUC-JP | ?ソ蟇ャ] | 0011111110001110101111111110101010110001100011101010110001011101 | 3f8ebfeab18eac5d |
UTF-8 | 都ソ蟇ャ] | 11101111101010001010011011101111101111011011111111101000100111111000011111101111101111011010110001011101 | efa8a6efbdbfe89f87efbdac5d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)