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 | 閱륁쉩靷®㈉ | 1110100110010110101100011110101110100101100000011110110010001001101010011110100110011101101101111100001010101110111000111000100010001001 | e996b1eba581ec89a9e99db7c2aee38889 |
UHC | 閱륁쉩靷®㈉ | 111001101111001110001111111011001001101010000011111011001110011010100010111001111010100110111010 | e6f38fec9a83ece6a2e7a9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)