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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 傲??撓▼ | 1001100011111100001111110011111110011101100110101000000110100101 | 98fc3f3f9d9a81a5 |
EUC-JP | 傲??撓▼ | 1101000011111110001111110011111111011001111110101010001010100111 | d0fe3f3fd9faa2a7 |
UTF-8 | 傲됵쉿撓▼ | 111001011000001010110010111010111001000010110101111011001000100110111111111001101001001010010011111000101001011010111100 | e582b2eb90b5ec89bfe69293e296bc |
UHC | 傲됵쉿撓▼ | 11100111111011001000100111101111101111011011001011101000111101011010000111100101 | e7ec89efbdb2e8f5a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)