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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁e?瓮 | 10011111111100011000001010000101001111111110000101000100 | 9ff182853fe144 |
EUC-JP | 潁e?瓮 | 11011110111100111010001111100101001111111110000110100101 | def3a3e53fe1a5 |
UTF-8 | 潁e갰瓮 | 111001101011110110000001111011111011110110000101111010101011000010110000111001111001001110101110 | e6bd81efbd85eab0b0e793ae |
UHC | 潁e갰瓮 | 1110011110111000101000111110010110110000101110101110100010110111 | e7b8a3e5b0bae8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)