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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薰オ謔 | 1111101110011110101101011110011010000010 | fb9eb5e682 |
EUC-JP | ?オ謔 | 0011111110001110101101011110101111100010 | 3f8eb5ebe2 |
UTF-8 | 薰オ謔 | 111010001001011010110000111011111011110110110101111010001010110010010100 | e896b0efbdb5e8ac94 |
UHC | 薰?謔 | 1111110110111001001111111111100111001100 | fdb93ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)