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 | ???靭? | 001111110011111100111111100100000111100000111111 | 3f3f3f90783f |
EUC-JP | ???靭? | 001111110011111100111111101111111101100100111111 | 3f3f3fbfd93f |
UTF-8 | 銳잍짂靭퀯 | 111010011000101010110011111011001001111010001101111011001010011110000010111010011001110110101101111011011000000010101111 | e98ab3ec9e8deca782e99daded80af |
UHC | 銳잍짂靭퀯 | 11100111111001011001111111100110101000111001001011101100111001011011010001000010 | e7e59fe6a392ece5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)