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 | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
SJIS-WIN | 驥ュ鮖ソB魑ォ | 11101001100001111010110111101001101110011011111101000010111010011011001110101011 | e987ade9b9bf42e9b3ab |
EUC-JP | 驥ュ鮖ソB魑ォ | 11110001111001111000111010101101111100101011101110001110101111110100001011110010101101011000111010101011 | f1e78eadf2bb8ebf42f2b58eab |
UTF-8 | 驥ュ鮖ソB魑ォ | 11101001101010011010010111101111101111011010110111101001101011101001011011101111101111011011111101000010111010011010110110010001111011111011110110101011 | e9a9a5efbdade9ae96efbdbf42e9ad91efbdab |
UHC | 驥???B?? | 1101000111001010001111110011111100111111010000100011111100111111 | d1ca3f3f3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)