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 | 沚懶? | 1001111110001101100111001110111100111111 | 9f8d9cef3f |
EUC-JP | 沚懶? | 1101110111101101110110001111000100111111 | ddedd8f13f |
UTF-8 | 沚懶異 | 111001101011001010011010111001101000011110110110111011111010010110100010 | e6b29ae687b6efa5a2 |
UHC | 沚懶異 | 111100101010111111010100111110111101011111100100 | f2afd4fbd7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)