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 | 偲璽篠識] | 100011101100001110001110101000111000111011000010100011101010111101011101 | 8ec38ea38ec28eaf5d |
EUC-JP | 偲璽篠識] | 101111001100010110111100101001011011110011000100101111001011000101011101 | bcc5bca5bcc4bcb15d |
UTF-8 | 偲璽篠識] | 11100101100000011011001011100111100100101011110111100111101011111010000011101000101011011001100001011101 | e581b2e792bde7afa0e8ad985d |
UHC | ?璽篠識] | 0011111111011111110111101110000111000110111000111101101101011101 | 3fdfdee1c6e3db5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)