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 | 鰐??里 | 100110000110101100111111001111111001011110100010 | 986b3f3f97a2 |
EUC-JP | 鰐??里 | 110011111100110000111111001111111100111010100100 | cfcc3f3fcea4 |
UTF-8 | 鰐뤵컣里 | 111010011011000010010000111010111010010010110101111011001011101110100011111010011000011110001100 | e9b090eba4b5ecbba3e9878c |
UHC | 鰐뤵컣里 | 1110010011001010100011111110001110110000100011101101011111101100 | e4ca8fe3b08ed7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)