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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | フュム | 11001100101011011111001111001110110100011111100001000010 | ccadf3ced1f842 |
EUC-JP | フュ?ム? | 1000111011001100100011101010110100111111100011101101000100111111 | 8ecc8ead3f8ed13f |
UTF-8 | フュム | 111011111011111010001100111011111011110110101101111011101000101110000001111011111011111010010001111011101001011110100010 | efbe8cefbdadee8b81efbe91ee97a2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)