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 | 操??∝ | 100100011000000000111111001111111000000111100101 | 91803f3f81e5 |
EUC-JP | 操??∝ | 110000011110000000111111001111111010001011100111 | c1e03f3fa2e7 |
UTF-8 | 操렯뤒∝ | 111001101001001110001101111010111010000010101111111010111010010010010010111000101000100010011101 | e6938deba0afeba492e2889d |
UHC | 操렯뤒∝ | 1111000011000011100011101011110010001111110000101010000111110000 | f0c38ebc8fc2a1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)