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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聨弱虻 | 111000111101110110001110111000111000100010111000 | e3dd8ee388b8 |
EUC-JP | 聨弱虻 | 111001101101111110111100111001011011000010111010 | e6dfbce5b0ba |
UTF-8 | 聨弱虻 | 111010001000000110101000111001011011110010110001111010001001100110111011 | e881a8e5bcb1e899bb |
UHC | ?弱? | 00111111111001011011000000111111 | 3fe5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)