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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 訂?嶋F | 100100101111100100111111100100111000100001000110 | 92f93f938846 |
EUC-JP | 訂?嶋F | 110001001111101100111111110001011110100001000110 | c4fb3fc5e846 |
UTF-8 | 訂흙嶋F | 11101000101010001000001011101101100111011001100111100101101101101000101101000110 | e8a882ed9d99e5b68b46 |
UHC | 訂흙嶋F | 11101111111101001100100011101011110100111111011101000110 | eff4c8ebd3f746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)