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 | 001111110011111100111111111001011100110010011101010110110111101101100100 | 3f3f3fe5cc9d5b7b64 |
EUC-JP | ???衫拏{d | 001111110011111100111111111010101100111011011001101111000111101101100100 | 3f3f3feaced9bc7b64 |
UTF-8 | 뤰쨴쪕衫拏{d | 1110101110100100101100001110110010101000101101001110110010101010100101011110100010100001101010111110011010001011100011110111101101100100 | eba4b0eca8b4ecaa95e8a1abe68b8f7b64 |
UHC | 뤰쨴쪕衫拏{d | 100011111101111010100100100011101010010110001111110111111011100111010001110110010111101101100100 | 8fdea48ea58fdfb9d1d97b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)