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 | 要??埇 | 100101110111011000111111001111111111101010011010 | 97763f3ffa9a |
EUC-JP | 要??埇 | 11001101110101110011111100111111100011111011011111100111 | cdd73f3f8fb7e7 |
UTF-8 | 要잌츍埇 | 111010001010011010000001111011001001111010001100111011001011100010001101111001011001111110000111 | e8a681ec9e8cecb88de59f87 |
UHC | 要잌츍埇 | 1110100110101001100111111110010110101110100010001110100110111001 | e9a99fe5ae88e9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)