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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 倖?{倖?s | 1000110011110100001111110111101110001100111101000011111101110011 | 8cf43f7b8cf43f73 |
EUC-JP | 倖?{倖?s | 1011100011110110001111110111101110111000111101100011111101110011 | b8f63f7bb8f63f73 |
UTF-8 | 倖렣{倖렣s | 1110010110000000100101101110101110100000101000110111101111100101100000001001011011101011101000001010001101110011 | e58096eba0a37be58096eba0a373 |
UHC | 倖렣{倖렣s | 11111010101110001000111010110100011110111111101010111000100011101011010001110011 | fab88eb47bfab88eb473 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)