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 | 細線?黍 | 10001101110101111001000011111100001111111000101101101111 | 8dd790fc3f8b6f |
EUC-JP | 細線?黍 | 10111010110110011100000011111110001111111011010111010000 | bad9c0fe3fb5d0 |
UTF-8 | 細線巢黍 | 111001111011010010110000111001111011011110011010111001011011011110100010111010011011101110001101 | e7b4b0e7b79ae5b7a2e9bb8d |
UHC | 細線巢黍 | 1110000110101100111000001100101011100001101101011110000010101000 | e1ace0cae1b5e0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)