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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ー牴狄 | 10110000111000001011000011100000101111011111010001000010 | b0e0b0e0bdf442 |
EUC-JP | ー牴狄? | 10001110101100001110000010110010111000001011111100111111 | 8eb0e0b2e0bf3f |
UTF-8 | ー牴狄 | 111011111011110110110000111001111000100110110100111001111000101110000100111011101000101110110010 | efbdb0e789b4e78b84ee8bb2 |
UHC | ??狄? | 0011111100111111111011101101101000111111 | 3f3feeda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)