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 | ??o??} | 001111110011111101101111001111110011111101111101 | 3f3f6f3f3f7d |
SJIS-WIN | 蜿ゥo蜿ゥ} | 1110010110001111101010010110111111100101100011111010100101111101 | e58fa96fe58fa97d |
EUC-JP | 蜿ゥo蜿ゥ} | 11101001111011111000111010101001011011111110100111101111100011101010100101111101 | e9ef8ea96fe9ef8ea97d |
UTF-8 | 蜿ゥo蜿ゥ} | 1110100010011100101111111110111110111101101010010110111111101000100111001011111111101111101111011010100101111101 | e89cbfefbda96fe89cbfefbda97d |
UHC | ??o??} | 001111110011111101101111001111110011111101111101 | 3f3f6f3f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)