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 | ????M? | 001111110011111100111111001111110100110100111111 | 3f3f3f3f4d3f |
SJIS-WIN | 驕擾スュM陞 | 111010011000000110001111111011111011110110101101010011011110100010011110 | e9818fefbdad4de89e |
EUC-JP | 驕擾スュM陞 | 1111000111100001101111101111000110001110101111011000111010101101010011011110111111111110 | f1e1bef18ebd8ead4deffe |
UTF-8 | 驕擾スュM陞 | 11101001101010011001010111100110100100111011111011101111101111011011110111101111101111011010110101001101111010011001100110011110 | e9a995e693beefbdbdefbdad4de9999e |
UHC | 驕擾??M陞 | 110011101111011011101000111101100011111100111111010011011110001110110011 | cef6e8f63f3f4de3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)