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?訝 | 10011111111100011000001010000101001111111110011001100010 | 9ff182853fe662 |
EUC-JP | 潁e?訝 | 11011110111100111010001111100101001111111110101111000011 | def3a3e53febc3 |
UTF-8 | 潁e뀷訝 | 111001101011110110000001111011111011110110000101111010111000000010110111111010001010100010011101 | e6bd81efbd85eb80b7e8a89d |
UHC | 潁e뀷訝 | 1110011110111000101000111110010110000101101011011110010010111000 | e7b8a3e585ade4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)