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 | タ翅紕 | 1100000011100011110000001110001101000010 | c0e3c0e342 |
EUC-JP | タ翅紕 | 100011101100000011100110110000101110010110100011 | 8ec0e6c2e5a3 |
UTF-8 | タ翅紕 | 111011111011111010000000111001111011111110000101111001111011010010010101 | efbe80e7bf85e7b495 |
UHC | ?翅? | 00111111111000111100011100111111 | 3fe3c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)