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 | 蕈¥住苞 | 1110010011111100100000011000111110001111010110101110010010011010 | e4fc818f8f5ae49a |
EUC-JP | 蕈¥住苞 | 1110100011111110101000011110111110111101101110111110011111111010 | e8fea1efbdbbe7fa |
UTF-8 | 蕈¥住苞 | 111010001001010110001000111011111011111110100101111001001011110110001111111010001000101110011110 | e89588efbfa5e4bd8fe88b9e |
UHC | ?¥住苞 | 00111111101000011100110111110001101011001111100011100010 | 3fa1cdf1acf8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)