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 | 趾?鵡薔 | 11100110111001000011111110010110101101111110010101001011 | e6e43f96b7e54b |
EUC-JP | 趾?鵡薔 | 11101100111001100011111111001100101110011110100110101100 | ece63fccb9e9ac |
UTF-8 | 趾쇽鵡薔 | 111010001011011010111110111011001000011110111101111010011011010110100001111010001001011010010100 | e8b6beec87bde9b5a1e89694 |
UHC | 趾쇽鵡薔 | 1111001010111111101111001110111111011001111101111110110111111001 | f2bfbcefd9f7edf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)