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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 辰????\ | 10010010010000110011111100111111001111110011111101011100 | 92433f3f3f3f5c |
EUC-JP | 辰????\ | 11000011101001000011111100111111001111110011111101011100 | c3a43f3f3f3f5c |
UTF-8 | 辰섦뤉렐픶\ | 11101000101111101011000011101100100001001010011011101011101001001000100111101011101000001001000011101101100101001011011001011100 | e8beb0ec84a6eba489eba090ed94b65c |
UHC | 辰섦뤉렐픶\ | 1111001011100011101111001011010010001111101110011011011110111100110000000111100101011100 | f2e3bcb48fb9b7bcc0795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)