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 | 餘??援? | 11101001010100000011111100111111100010011000011100111111 | e9503f3f89873f |
EUC-JP | 餘??援? | 11110001101100010011111100111111101100011110011100111111 | f1b13f3fb1e73f |
UTF-8 | 餘꿴뇣援푃 | 111010011010010010011000111010101011111110110100111010111000011110100011111001101000111110110100111011011001000110000011 | e9a498eabfb4eb87a3e68fb4ed9183 |
UHC | 餘꿴뇣援푃 | 11100110101011101011001011101001100001111000101111101010101101011011111001001011 | e6aeb2e9878beab5be4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)