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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕈¥住芫 | 1110010011111100100000011000111110001111010110101110010010001011 | e4fc818f8f5ae48b |
EUC-JP | 蕈¥住芫 | 1110100011111110101000011110111110111101101110111110011111101011 | e8fea1efbdbbe7eb |
UTF-8 | 蕈¥住芫 | 111010001001010110001000111011111011111110100101111001001011110110001111111010001000101010101011 | e89588efbfa5e4bd8fe88aab |
UHC | ?¥住? | 001111111010000111001101111100011010110000111111 | 3fa1cdf1ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)