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 | ??_n??_nB | 001111110011111101011111011011100011111100111111010111110110111001000010 | 3f3f5f6e3f3f5f6e42 |
SJIS-WIN | 恁?_n恁?_nB | 1001110010001100001111110101111101101110100111001000110000111111010111110110111001000010 | 9c8c3f5f6e9c8c3f5f6e42 |
EUC-JP | 恁?_n恁?_nB | 1101011111101100001111110101111101101110110101111110110000111111010111110110111001000010 | d7ec3f5f6ed7ec3f5f6e42 |
UTF-8 | 恁찦_n恁찦_nB | 1110011010000001100000011110110010110000101001100101111101101110111001101000000110000001111011001011000010100110010111110110111001000010 | e68181ecb0a65f6ee68181ecb0a65f6e42 |
UHC | 恁찦_n恁찦_nB | 11101100111101101010101001000010010111110110111011101100111101101010101001000010010111110110111001000010 | ecf6aa425f6eecf6aa425f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)