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 | ?I?`?` | 001111110100100100111111011000000011111101100000 | 3f493f603f60 |
SJIS-WIN | ?I?`?` | 001111110100100100111111011000000011111101100000 | 3f493f603f60 |
EUC-JP | ?I?`?` | 001111110100100100111111011000000011111101100000 | 3f493f603f60 |
UTF-8 | 혪I혣`혣` | 111011011001100010101010010010011110110110011000101000110110000011101101100110001010001101100000 | ed98aa49ed98a360ed98a360 |
UHC | 혪I혣`혣` | 110000101001001001001001110000101000110001100000110000101000110001100000 | c29249c28c60c28c60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)