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 | ??X??XB | 00111111001111110101100000111111001111110101100001000010 | 3f3f583f3f5842 |
SJIS-WIN | ?カX?カXB | 00111111101101100101100000111111101101100101100001000010 | 3fb6583fb65842 |
EUC-JP | ?カX?カXB | 001111111000111010110110010110000011111110001110101101100101100001000010 | 3f8eb6583f8eb65842 |
UTF-8 | 䵸カX䵸カXB | 111001001011010110111000111011111011110110110110010110001110010010110101101110001110111110111101101101100101100001000010 | e4b5b8efbdb658e4b5b8efbdb65842 |
UHC | ??X??XB | 00111111001111110101100000111111001111110101100001000010 | 3f3f583f3f5842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)