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 | 傷翅蜍 | 100011111001110111100011110000001110010110001011 | 8f9de3c0e58b |
EUC-JP | 傷翅蜍 | 101111011111110111100110110000101110100111101011 | bdfde6c2e9eb |
UTF-8 | 傷翅蜍 | 111001011000001010110111111001111011111110000101111010001001110010001101 | e582b7e7bf85e89c8d |
UHC | 傷翅? | 1101111110111111111000111100011100111111 | dfbfe3c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)