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 | 族豆榧 | 100100011011000010010011101001001001111011010000 | 91b093a49ed0 |
EUC-JP | 族豆榧 | 110000101011001011000110101001101101110011010010 | c2b2c6a6dcd2 |
UTF-8 | 族豆榧 | 111001101001011110001111111010001011000110000110111001101010011010100111 | e6978fe8b186e6a6a7 |
UHC | 族豆榧 | 111100001110100111010100111001111101110111101110 | f0e9d4e7ddee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)