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 | 牆獵牆 | 111000001010110111100000110110001110000010101101 | e0ade0d8e0ad |
EUC-JP | 牆獵牆 | 111000001010111111100000110110101110000010101111 | e0afe0dae0af |
UTF-8 | 牆獵牆 | 111001111000100110000110111001111000110110110101111001111000100110000110 | e78986e78db5e78986 |
UHC | 牆獵牆 | 111011011110110111010110101101001110110111101101 | ededd6b4eded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)