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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遶ェ轤ュ謳耕 | 11100111101010111010101011100111100000101010110111100110100100001000110101101011 | e7abaae782ade6908d6b |
EUC-JP | 遶ェ轤ュ謳耕 | 111011101010110110001110101010101110110111100010100011101010110111101011111100001011100111001100 | eead8eaaede28eadebf0b9cc |
UTF-8 | 遶ェ轤ュ謳耕 | 111010011000000110110110111011111011110110101010111010001011110110100100111011111011110110101101111010001010110010110011111010001000000010010101 | e981b6efbdaae8bda4efbdade8acb3e88095 |
UHC | ????謳耕 | 0011111100111111001111110011111111001111110001001100110011101001 | 3f3f3f3fcfc4cce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)