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 | ???獰 | 0011111100111111001111111110000011010110 | 3f3f3fe0d6 |
EUC-JP | 旿??獰 | 10001111110000011111010000111111001111111110000011011000 | 8fc1f43f3fe0d8 |
UTF-8 | 旿당솢獰 | 111001101001011110111111111010111000101110111001111011001000011010100010111001111000110110110000 | e697bfeb8bb9ec86a2e78db0 |
UHC | 旿당솢獰 | 1110011111111010101101001110011110011001100111001110011110111110 | e7fab4e7999ce7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)