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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 蛹遊y | 1110010110001100100101110101011001111001 | e58c975679 |
EUC-JP | 蛹遊y | 1110100111101100110011011011011101111001 | e9eccdb779 |
UTF-8 | 蛹遊y | 11101000100110111011100111101001100000011000101001111001 | e89bb9e9818a79 |
UHC | ?遊y | 00111111111010111011010001111001 | 3febb479 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)