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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 琮奉g | 111110110110101010010101111100101000001010000111 | fb6a95f28287 |
EUC-JP | 琮奉g | 10001111110011001011001011001010111101001010001111100111 | 8fccb2caf4a3e7 |
UTF-8 | 琮奉g | 111001111001000010101110111001011010010110001001111011111011110110000111 | e790aee5a589efbd87 |
UHC | 琮奉g | 111100001111100111011100111001011010001111100111 | f0f9dce5a3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)