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 | 魄擾セ礼透 | 111010011010111010001111111011111011111010010111111001111001001110100111 | e9ae8fefbe97e793a7 |
EUC-JP | 魄擾セ礼透 | 11110010101100001011111011110001100011101011111011001110111010011100011010101001 | f2b0bef18ebecee9c6a9 |
UTF-8 | 魄擾セ礼透 | 111010011010110110000100111001101001001110111110111011111011110110111110111001111010010010111100111010011000000010001111 | e9ad84e693beefbdbee7a4bce9808f |
UHC | 魄擾??透 | 1101101111011110111010001111011000111111001111111111011111100010 | dbdee8f63f3ff7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)