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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 余?] | 10010111010111010011111101011101 | 975d3f5d |
EUC-JP | 余?] | 11001101101111100011111101011101 | cdbe3f5d |
UTF-8 | 余퉂] | 11100100101111011001100111101101100010011000001001011101 | e4bd99ed89825d |
UHC | 余퉂] | 1110010111111001101110010101000101011101 | e5f9b9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)