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 | 紆夭? | 1110001011111100100110101110111000111111 | e2fc9aee3f |
EUC-JP | 紆夭? | 1110010011111110110101001111000000111111 | e4fed4f03f |
UTF-8 | 紆夭卨 | 111001111011010010000110111001011010010010101101111001011000110110101000 | e7b486e5a4ade58da8 |
UHC | 紆夭卨 | 111010011110000111101000111011001110000011011001 | e9e1e8ece0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)