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 | 酌痔蔗 | 100011101101111010001110101001001110010011110010 | 8ede8ea4e4f2 |
EUC-JP | 酌痔蔗 | 101111001110000010111100101001101110100011110100 | bce0bca6e8f4 |
UTF-8 | 酌痔蔗 | 111010011000010110001100111001111001011110010100111010001001010010010111 | e9858ce79794e89497 |
UHC | 酌痔蔗 | 111011011100110011110110110000001110110110111101 | edccf6c0edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)