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 | 掩??維? | 10001001100001100011111100111111100010001101101100111111 | 89863f3f88db3f |
EUC-JP | 掩??維? | 10110001111001100011111100111111101100001101110100111111 | b1e63f3fb0dd3f |
UTF-8 | 掩뽯갊維뤺 | 111001101000111010101001111010111011110110101111111010101011000010001010111001111011011010101101111010111010010010111010 | e68ea9ebbdafeab08ae7b6adeba4ba |
UHC | 掩뽯갊維뤺 | 11100101111100111001011011101011101100001010011111101011101010111000111111101000 | e5f396ebb0a7ebab8fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)