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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 懿??寃 | 100111001111001000111111001111111001101110000011 | 9cf23f3f9b83 |
EUC-JP | 懿??寃 | 110110001111010000111111001111111101010111100011 | d8f43f3fd5e3 |
UTF-8 | 懿됰쨴寃 | 111001101000011110111111111010111001000010110000111011001010100010110100111001011010111110000011 | e687bfeb90b0eca8b4e5af83 |
UHC | 懿됰쨴寃 | 1110101111110011100010011110101110100100100011101110101010110010 | ebf389eba48eeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)