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 | 蝪煙下筥 | 1110010110100001100010011000110010001001101110101110001010100110 | e5a1898c89bae2a6 |
EUC-JP | 蝪煙下筥 | 1110101010100011101100011110110010110010101111001110010010101000 | eaa3b1ecb2bce4a8 |
UTF-8 | 蝪煙下筥 | 111010001001110110101010111001111000010110011001111001001011100010001011111001111010110110100101 | e89daae78599e4b88be7ada5 |
UHC | ?煙下? | 001111111110011011010101111110011011101100111111 | 3fe6d5f9bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)