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 | ???e?? | 001111110011111100111111011001010011111100111111 | 3f3f3f653f3f |
SJIS-WIN | 狸属村e狸賊 | 1001001001001011100100011010111010010001101110100110010110010010010010111001000110101111 | 924b91ae91ba65924b91af |
EUC-JP | 狸属村e狸賊 | 1100001110101100110000101011000011000010101111000110010111000011101011001100001010110001 | c3acc2b0c2bc65c3acc2b1 |
UTF-8 | 狸属村e狸賊 | 11100111100010111011100011100101101100011001111011100110100111011001000101100101111001111000101110111000111010001011001110001010 | e78bb8e5b19ee69d9165e78bb8e8b38a |
UHC | 狸?村e狸賊 | 11010111111000010011111111110101101111010110010111010111111000011110111011100100 | d7e13ff5bd65d7e1eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)