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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 沚遁逃 | 100111111000110110010011110110011001001110100110 | 9f8d93d993a6 |
EUC-JP | 沚遁逃 | 110111011110110111000110110110111100011010101000 | ddedc6dbc6a8 |
UTF-8 | 沚遁逃 | 111001101011001010011010111010011000000110000001111010011000000010000011 | e6b29ae98181e98083 |
UHC | 沚遁逃 | 111100101010111111010100111011011101010010110001 | f2afd4edd4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)