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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
EUC-JP | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
UTF-8 | 泥쵪淋륂슓{d | 1110111110100111101000111110110010110101101010101110111110100111101101011110101110100101100000101110110010001010100100110111101101100100 | efa7a3ecb5aaefa7b5eba582ec8a937b64 |
UHC | 泥쵪淋륂슓{d | 111011001011001010101101010010011110110011111000100011111110110110011010101000100111101101100100 | ecb2ad49ecf88fed9aa27b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)