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 | 将穡] | 1000111110101011111000100111000001011101 | 8fabe2705d |
EUC-JP | 将穡] | 1011111010101101111000111101000101011101 | beade3d15d |
UTF-8 | 将穡] | 11100101101100001000011011100111101010011010000101011101 | e5b086e7a9a15d |
UHC | ?穡] | 00111111110111111110001001011101 | 3fdfe25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)