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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 摺}摺{^ | 10010000101000000111110110010000101000000111101101011110 | 90a07d90a07b5e |
EUC-JP | 摺}摺{^ | 11000000101000100111110111000000101000100111101101011110 | c0a27dc0a27b5e |
UTF-8 | 摺}摺{^ | 111001101001000110111010011111011110011010010001101110100111101101011110 | e691ba7de691ba7b5e |
UHC | 摺}摺{^ | 11101111110010010111110111101111110010010111101101011110 | efc97defc97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)