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 | 貊弱自粤 | 1110011010111011100011101110001110001110101010011110001011100011 | e6bb8ee38ea9e2e3 |
EUC-JP | 貊弱自粤 | 1110110010111101101111001110010110111100101010111110010011100101 | ecbdbce5bcabe4e5 |
UTF-8 | 貊弱自粤 | 111010001011001010001010111001011011110010110001111010001000011110101010111001111011001010100100 | e8b28ae5bcb1e887aae7b2a4 |
UHC | 貊弱自? | 11011000111001111110010110110000111011011011101100111111 | d8e7e5b0edbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)