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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ∵???鷹ぱ | 100000011110011000111111001111110011111110010001111010011000001011001111 | 81e63f3f3f91e982cf |
EUC-JP | ∵???鷹ぱ | 101000101110100000111111001111110011111111000010111010111010010011010001 | a2e83f3f3fc2eba4d1 |
UTF-8 | ∵룵웡룫鷹ぱ | 111000101000100010110101111010111010001110110101111011001001101110100001111010111010001110101011111010011011011110111001111000111000000110110001 | e288b5eba3b5ec9ba1eba3abe9b7b9e381b1 |
UHC | ∵룵웡룫鷹ぱ | 101000011111000110001111101010101011111111111101100011111010001011101011111011011010101011010001 | a1f18faabffd8fa2ebedaad1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)