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 | 遭???池 | 10010001100110000011111100111111001111111001001001110010 | 91983f3f3f9272 |
EUC-JP | 遭???池 | 11000001111110000011111100111111001111111100001111010011 | c1f83f3f3fc3d3 |
UTF-8 | 遭ㆁ렰렓池 | 111010011000000110101101111000111000011010000001111010111010000010110000111010111010000010010011111001101011000110100000 | e981ade38681eba0b0eba093e6b1a0 |
UHC | 遭ㆁ렰렓池 | 11110000111001001010010011110001100011101011110110001110101010001111001010101110 | f0e4a4f18ebd8ea8f2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)