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 | ワ螢鳬 | 11110001111000001101110011100101101000111110100111101001 | f1e0dce5a3e9e9 |
EUC-JP | ?ワ螢鳬 | 00111111100011101101110011101010101001011111001011101011 | 3f8edceaa5f2eb |
UTF-8 | ワ螢鳬 | 111011101000010110011011111011111011111010011100111010001001111010100010111010011011001110101100 | ee859befbe9ce89ea2e9b3ac |
UHC | ??螢? | 0011111100111111111110111010101100111111 | 3f3ffbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)