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 | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 贐£菴{d | 1110011011010111100000011001001011100100101111010111101101100100 | e6d78192e4bd7b64 |
EUC-JP | 贐£菴{d | 1110110011011001101000011111001011101000101111110111101101100100 | ecd9a1f2e8bf7b64 |
UTF-8 | 贐£菴{d | 1110100010110100100100001110111110111111101000011110100010001111101101000111101101100100 | e8b490efbfa1e88fb47b64 |
UHC | ?£菴{d | 00111111101000011100110011100100111000000111101101100100 | 3fa1cce4e07b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)