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 | 業???? | 100010111100011000111111001111110011111100111111 | 8bc63f3f3f3f |
EUC-JP | 業???? | 101101101100100000111111001111110011111100111111 | b6c83f3f3f3f |
UTF-8 | 業볥맚行랡 | 111001101010010110101101111010111011001110100101111010111010011110011010111011111010100010001000111010111001111010100001 | e6a5adebb3a5eba79aefa888eb9ea1 |
UHC | 業볥맚行랡 | 11100101111101101001001111101011100100001010101011111010101000011000111001000010 | e5f693eb90aafaa18e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)