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 | 倚耕宅遵 | 1001100011011111100011010110101110010001111011101000111110000101 | 98df8d6b91ee8f85 |
EUC-JP | 倚耕宅遵 | 1101000011100001101110011100110011000010111100001011110111100101 | d0e1b9ccc2f0bde5 |
UTF-8 | 倚耕宅遵 | 111001011000000010011010111010001000000010010101111001011010111010000101111010011000000110110101 | e5809ae88095e5ae85e981b5 |
UHC | 倚耕宅遵 | 1110101111101111110011001110100111010011111010111111000111100101 | ebefcce9d3ebf1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)