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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隰千」ッ謾サB | 11101000101011001001000011100111101000111010111111100110100101001011101101000010 | e8ac90e7a3afe694bb42 |
EUC-JP | 隰千」ッ謾サB | 11110000101011101100000011101001100011101010001110001110101011111110101111110100100011101011101101000010 | f0aec0e98ea38eafebf48ebb42 |
UTF-8 | 隰千」ッ謾サB | 11101001100110101011000011100101100011011000001111101111101111011010001111101111101111011010111111101000101011001011111011101111101111011011101101000010 | e99ab0e58d83efbda3efbdafe8acbeefbdbb42 |
UHC | ?千????B | 0011111111110100101101100011111100111111001111110011111101000010 | 3ff4b63f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)