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 | î´Îè? | 1110111010110100110011101110100000111111 | eeb4cee83f |
SJIS-WIN | ?´??- | 00111111100000010100110000111111001111111000000101111100 | 3f814c3f3f817c |
EUC-JP | î´Îè− | 10001111101010111100001010100001101011011000111110101010110000101000111110101011101100101010000111011101 | 8fabc2a1ad8faac28fabb2a1dd |
UTF-8 | î´Îè− | 1100001110101110110000101011010011000011100011101100001110101000111000101000100010010010 | c3aec2b4c38ec3a8e28892 |
UHC | ?´??? | 001111111010001010100101001111110011111100111111 | 3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)