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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 倚耕宅鉦?] | 10011000110111111000110101101011100100011110111010001111110111100011111101011101 | 98df8d6b91ee8fde3f5d |
EUC-JP | 倚耕宅鉦?] | 11010000111000011011100111001100110000101111000010111110111000000011111101011101 | d0e1b9ccc2f0bee03f5d |
UTF-8 | 倚耕宅鉦럴] | 11100101100000001001101011101000100000001001010111100101101011101000010111101001100010011010011011101011100111111011010001011101 | e5809ae88095e5ae85e989a6eb9fb45d |
UHC | 倚耕宅鉦럴] | 1110101111101111110011001110100111010011111010111110111111111010101101111011001001011101 | ebefcce9d3ebeffab7b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)