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 | è\´äV | 1110100001011100100011111000011110001111101101001110010001010110 | e85c8f878fb4e456 |
SJIS-WIN | ?\???´?V | 001111110101110000111111001111110011111110000001010011000011111101010110 | 3f5c3f3f3f814c3f56 |
EUC-JP | è\???´äV | 10001111101010111011001001011100001111110011111100111111101000011010110110001111101010111010001101010110 | 8fabb25c3f3f3fa1ad8faba356 |
UTF-8 | è\´äV | 1100001110101000010111001100001010001111110000101000011111000010100011111100001010110100110000111010010001010110 | c3a85cc28fc287c28fc2b4c3a456 |
UHC | ?\???´?V | 001111110101110000111111001111110011111110100010101001010011111101010110 | 3f5c3f3f3fa2a53f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)