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 | R²Y | 100100100101001010010001101100101001001001011001 | 925291b29259 |
SJIS-WIN | ?R???Y | 001111110101001000111111001111110011111101011001 | 3f523f3f3f59 |
EUC-JP | ?R???Y | 001111110101001000111111001111110011111101011001 | 3f523f3f3f59 |
UTF-8 | R²Y | 11000010100100100101001011000010100100011100001010110010110000101001001001011001 | c29252c291c2b2c29259 |
UHC | ?R?²?Y | 00111111010100100011111110101001111101110011111101011001 | 3f523fa9f73f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)