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 | ??oY | 00111111001111110110111101011001 | 3f3f6f59 |
SJIS-WIN | ?讓oY | 0011111111100110101010000110111101011001 | 3fe6a86f59 |
EUC-JP | 巋讓oY | 10001111101110111111100011101100101010100110111101011001 | 8fbbf8ecaa6f59 |
UTF-8 | 巋讓oY | 1110010110110111100010111110100010101110100100110110111101011001 | e5b78be8ae936f59 |
UHC | ?讓oY | 0011111111100101110100110110111101011001 | 3fe5d36f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)