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 | 鞫ッ陝ャ | 111001101001000110101111111010001001111110101100 | e691afe89fac |
EUC-JP | 鞫ッ陝ャ | 1110101111110001100011101010111111110000101000011000111010101100 | ebf18eaff0a18eac |
UTF-8 | 鞫ッ陝ャ | 111010011001111010101011111011111011110110101111111010011001100110011101111011111011110110101100 | e99eabefbdafe9999defbdac |
UHC | 鞫?陝? | 110011111101010000111111111000001110110100111111 | cfd43fe0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)