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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 譏畷舒h | 11100110100110001001001111101011100110001010111001101000 | e69893eb98ae68 |
EUC-JP | 譏畷舒h | 11101011111110001100011011101101110100001011000001101000 | ebf8c6edd0b068 |
UTF-8 | 譏畷舒h | 11101000101011011000111111100111100101011011011111101000100010001001001001101000 | e8ad8fe795b7e8889268 |
UHC | 譏?舒h | 110100011100000100111111111000001010001001101000 | d1c13fe0a268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)