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