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 | 11101001100010111001100111100101100011111011000101000110 | e98b99e58fb146 |
EUC-JP | 驪吝廠F | 11110001111010111101001011100111101111101011001101000110 | f1ebd2e7beb346 |
UTF-8 | 驪吝廠F | 11101001101010011010101011100101100100001001110111100101101110111010000001000110 | e9a9aae5909de5bba046 |
UHC | 驪吝廠F | 11010101111100011101011111110000111100111101111101000110 | d5f1d7f0f3df46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)