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 | ?リ?佯? | 00111111100000111000101000111111100110001101000100111111 | 3f838a3f98d13f |
EUC-JP | ?リ?佯? | 00111111101001011110101000111111110100001101001100111111 | 3fa5ea3fd0d33f |
UTF-8 | 曆リ였佯놼 | 111011111010011010001011111000111000001110101010111011001001100010000000111001001011110110101111111010111000011010111100 | efa68be383aaec9880e4bdafeb86bc |
UHC | 曆リ였佯놼 | 11100110101101111010101111101010101111111011010011100101101110101000011101100100 | e6b7abeabfb4e5ba8764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)