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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 隰苓ュキ謠。\ | 11101000101011001001011111101000101011011011011111100110100011111010000101011100 | e8ac97e8adb7e68fa15c |
EUC-JP | 隰苓ュキ謠。\ | 11110000101011101100111011101010100011101010110110001110101101111110101111101111100011101010000101011100 | f0aeceea8ead8eb7ebef8ea15c |
UTF-8 | 隰苓ュキ謠。\ | 11101001100110101011000011101000100010111001001111101111101111011010110111101111101111011011011111101000101011001010000011101111101111011010000101011100 | e99ab0e88b93efbdadefbdb7e8aca0efbda15c |
UHC | ????謠?\ | 0011111100111111001111110011111111101001101010100011111101011100 | 3f3f3f3fe9aa3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)