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 | 攝翅匙 | 100111011001000011100011110000001000110111111010 | 9d90e3c08dfa |
EUC-JP | 攝翅匙 | 110110011111000011100110110000101011101011111100 | d9f0e6c2bafc |
UTF-8 | 攝翅匙 | 111001101001010010011101111001111011111110000101111001011000110010011001 | e6949de7bf85e58c99 |
UHC | 攝翅匙 | 111000001110111011100011110001111110001110110101 | e0eee3c7e3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)