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 | 炅ワ邇ョ宍 | 1111101101010001110111001110011110001110101011101000111010110011 | fb51dce78eae8eb3 |
EUC-JP | 炅ワ邇ョ宍 | 1000111111001001110010101000111011011100111011011110111010001110101011101011110010110101 | 8fc9ca8edcedee8eaebcb5 |
UTF-8 | 炅ワ邇ョ宍 | 111001111000001010000101111011111011111010011100111010011000001010000111111011111011110110101110111001011010111010001101 | e78285efbe9ce98287efbdaee5ae8d |
UHC | 炅?邇?? | 11001100110111010011111111101100110001000011111100111111 | ccdd3fecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)