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 | 1001001001000110100100100100011001111001 | 9246924679 |
EUC-JP | 巽巽y | 1100001110100111110000111010011101111001 | c3a7c3a779 |
UTF-8 | 巽巽y | 11100101101101111011110111100101101101111011110101111001 | e5b7bde5b7bd79 |
UHC | 巽巽y | 1110000111011110111000011101111001111001 | e1dee1de79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)