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 | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-WIN | 陟主渕鞫カZB | 1110100010100000100011101110010110011111101110101110011010010001101101100101101001000010 | e8a08ee59fbae691b65a42 |
EUC-JP | 陟主渕鞫カZB | 111100001010001010111100111001111101111010111100111010111111000110001110101101100101101001000010 | f0a2bce7debcebf18eb65a42 |
UTF-8 | 陟主渕鞫カZB | 1110100110011001100111111110010010111000101110111110011010111000100101011110100110011110101010111110111110111101101101100101101001000010 | e9999fe4b8bbe6b895e99eabefbdb65a42 |
UHC | 陟主?鞫?ZB | 11110100101100111111000110101011001111111100111111010100001111110101101001000010 | f4b3f1ab3fcfd43f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)