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 | 阮冗エッ | 111010001001011010001111111001111011010010101111 | e8968fe7b4af |
EUC-JP | 阮冗エッ | 1110111111110110101111101110100110001110101101001000111010101111 | eff6bee98eb48eaf |
UTF-8 | 阮冗エッ | 111010011001100010101110111001011000011010010111111011111011110110110100111011111011110110101111 | e998aee58697efbdb4efbdaf |
UHC | 阮冗?? | 111010001101011011101001101101110011111100111111 | e8d6e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)