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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 潁帋潁烋B | 100111111111000110011011111000011001111111110001111000000111110101000010 | 9ff19be19ff1e07d42 |
EUC-JP | 潁帋潁烋B | 110111101111001111010110111000111101111011110011110111111101111001000010 | def3d6e3def3dfde42 |
UTF-8 | 潁帋潁烋B | 11100110101111011000000111100101101110001000101111100110101111011000000111100111100000111000101101000010 | e6bd81e5b88be6bd81e7838b42 |
UHC | 潁?潁烋B | 1110011110111000001111111110011110111000111111011100111001000010 | e7b83fe7b8fdce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)