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 | 1010010110101000111000111111100001000110 | a5a8e3f846 |
EUC-JP | ・ィ脛F | 10001110101001011000111010101000111001101111101001000110 | 8ea58ea8e6fa46 |
UTF-8 | ・ィ脛F | 11101111101111011010010111101111101111011010100011101000100001001001101101000110 | efbda5efbda8e8849b46 |
UHC | ??脛F | 0011111100111111110011001110101101000110 | 3f3fcceb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)