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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瑯シ」シム | 111000001110010110111100101000111011110011010001 | e0e5bca3bcd1 |
EUC-JP | 瑯シ」シム | 11100000111001111000111010111100100011101010001110001110101111001000111011010001 | e0e78ebc8ea38ebc8ed1 |
UTF-8 | 瑯シ」シム | 111001111001000110101111111011111011110110111100111011111011110110100011111011111011110110111100111011111011111010010001 | e791afefbdbcefbda3efbdbcefbe91 |
UHC | 瑯???? | 110101011100101100111111001111110011111100111111 | d5cb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)