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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 賃?咫陌? | 1001001011000000001111111001101001000000111010001001100100111111 | 92c03f9a40e8993f |
EUC-JP | 賃?咫陌? | 1100010011000010001111111101001110100001111011111111100100111111 | c4c23fd3a1eff93f |
UTF-8 | 賃렔咫陌뤊 | 111010001011001110000011111010111010000010010100111001011001001010101011111010011001100110001100111010111010010010001010 | e8b383eba094e592abe9998ceba48a |
UHC | 賃렔咫陌뤊 | 11101100111111001000111010101001111100101010000111011000111010001000111110111010 | ecfc8ea9f2a1d8e88fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)