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 | 塢??夭? | 10011010110001110011111100111111100110101110111000111111 | 9ac73f3f9aee3f |
EUC-JP | 塢??夭? | 11010100110010010011111100111111110101001111000000111111 | d4c93f3fd4f03f |
UTF-8 | 塢먨뫕夭똀 | 111001011010000110100010111010111010100010101000111010111010101110010101111001011010010010101101111010111001100010000000 | e5a1a2eba8a8ebab95e5a4adeb9880 |
UHC | 塢먨뫕夭똀 | 11100111111100011001000011100101100100011011011111101000111011001000110001000001 | e7f190e591b7e8ec8c41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)