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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 踰?踰?E | 11100110111110100011111111100110111110100011111101000101 | e6fa3fe6fa3f45 |
EUC-JP | 踰?踰?E | 11101100111111000011111111101100111111000011111101000101 | ecfc3fecfc3f45 |
UTF-8 | 踰쁚踰쁞E | 11101000101110001011000011101100100000011001101011101000101110001011000011101100100000011001111001000101 | e8b8b0ec819ae8b8b0ec819e45 |
UHC | 踰쁚踰쁞E | 111010111011001010011000010110011110101110110010100110000110001001000101 | ebb29859ebb2986245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)