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 | 0011111110100011001111110111101101100100 | 3fa33f7b64 |
SJIS-WIN | 贐£菴{d | 1110011011010111100000011001001011100100101111010111101101100100 | e6d78192e4bd7b64 |
EUC-JP | 贐£菴{d | 1110110011011001101000011111001011101000101111110111101101100100 | ecd9a1f2e8bf7b64 |
UTF-8 | 贐£菴{d | 11101000101101001001000011000010101000111110100010001111101101000111101101100100 | e8b490c2a3e88fb47b64 |
UHC | ??菴{d | 001111110011111111100100111000000111101101100100 | 3f3fe4e07b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)