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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???靷®? | 00111111001111110011111110001111111001111011110110001111101000101110111000111111 | 3f3f3f8fe7bd8fa2ee3f |
UTF-8 | 閱뤿떱靷®쭛 | 1110100110010110101100011110101110100100101111111110101110010110101100011110100110011101101101111100001010101110111011001010110110011011 | e996b1eba4bfeb96b1e99db7c2aeecad9b |
UHC | 閱뤿떱靷®쭛 | 111001101111001110001111111010111011011010110111111011001110011010100010111001111010011110010001 | e6f38febb6b7ece6a2e7a791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)