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 | 曜??鸚 | 100101110110101000111111001111111110101001011111 | 976a3f3fea5f |
EUC-JP | 曜??鸚 | 110011011100101100111111001111111111001111000000 | cdcb3f3ff3c0 |
UTF-8 | 曜ⓨ뜐鸚 | 111001101001101110011100111000101001001110101000111010111001110010010000111010011011100010011010 | e69b9ce293a8eb9c90e9b89a |
UHC | 曜ⓨ뜐鸚 | 1110100011111000101010001110010110001101100100111110010110100100 | e8f8a8e58d93e5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)