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 | ワ螢韋 | 11110000111110011101110011100101101000111110100011101000 | f0f9dce5a3e8e8 |
EUC-JP | ?ワ螢韋 | 00111111100011101101110011101010101001011111000011101010 | 3f8edceaa5f0ea |
UTF-8 | ワ螢韋 | 111011101000001010111000111011111011111010011100111010001001111010100010111010011001111110001011 | ee82b8efbe9ce89ea2e99f8b |
UHC | ??螢韋 | 001111110011111111111011101010111110101011011111 | 3f3ffbabeadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)