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 | 辰??紈?\ | 110000111010010000111111001111111000111111010011110011010011111101011100 | c3a43f3f8fd3cd3f5c |
UTF-8 | 辰섦뤗紈픶\ | 11101000101111101011000011101100100001001010011011101011101001001001011111100111101101001000100011101101100101001011011001011100 | e8beb0ec84a6eba497e7b488ed94b65c |
UHC | 辰섦뤗紈픶\ | 1111001011100011101111001011010010001111110001111111110010111100110000000111100101011100 | f2e3bcb48fc7fcbcc0795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)