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 | 遏要] | 1110011110011111100101110111011001011101 | e79f97765d |
EUC-JP | 遏要] | 1110111010100001110011011101011101011101 | eea1cdd75d |
UTF-8 | 遏要] | 11101001100000011000111111101000101001101000000101011101 | e9818fe8a6815d |
UHC | ?要] | 00111111111010011010100101011101 | 3fe9a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)