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 | 賃?莊?擾 | 1001001011000000001111111110010010110101001111111000111111101111 | 92c03fe4b53f8fef |
EUC-JP | 賃?莊?擾 | 1100010011000010001111111110100010110111001111111011111011110001 | c4c23fe8b73fbef1 |
UTF-8 | 賃렔莊렰擾 | 111010001011001110000011111010111010000010010100111010001000111010001010111010111010000010110000111001101001001110111110 | e8b383eba094e88e8aeba0b0e693be |
UHC | 賃렔莊렰擾 | 11101100111111001000111010101001111011011111011010001110101111011110100011110110 | ecfc8ea9edf68ebde8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)