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 | 1110011101111001100000011001001011100100101111010111101101100100 | e7798192e4bd7b64 |
EUC-JP | 轌£菴{d | 1110110111011010101000011111001011101000101111110111101101100100 | eddaa1f2e8bf7b64 |
UTF-8 | 轌£菴{d | 11101000101111011000110011000010101000111110100010001111101101000111101101100100 | e8bd8cc2a3e88fb47b64 |
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)