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 | 溏潁烋 | 100111111110110110011111111100011110000001111101 | 9fed9ff1e07d |
EUC-JP | 溏潁烋 | 110111101110111111011110111100111101111111011110 | deefdef3dfde |
UTF-8 | 溏潁烋 | 111001101011101010001111111001101011110110000001111001111000001110001011 | e6ba8fe6bd81e7838b |
UHC | ?潁烋 | 0011111111100111101110001111110111001110 | 3fe7b8fdce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)