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 | 簗゙ヲ霾 | 111000101100101011011110101001101110100011001000 | e2cadea6e8c8 |
EUC-JP | 簗゙ヲ霾 | 1110010011001100100011101101111010001110101001101111000011001010 | e4cc8ede8ea6f0ca |
UTF-8 | 簗゙ヲ霾 | 111001111011000010010111111011111011111010011110111011111011110110100110111010011001110010111110 | e7b097efbe9eefbda6e99cbe |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)