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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 洩跣叔}B | 1000100101101011111001101110111110001111011001100111110101000010 | 896be6ef8f667d42 |
EUC-JP | 洩跣叔}B | 1011000111001100111011001111000110111101110001110111110101000010 | b1ccecf1bdc77d42 |
UTF-8 | 洩跣叔}B | 1110011010110100101010011110100010110111101000111110010110001111100101000111110101000010 | e6b4a9e8b7a3e58f947d42 |
UHC | 洩跣叔}B | 1110000011011101111000001101001111100010110100100111110101000010 | e0dde0d3e2d27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)