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 | 操??∝膺 | 1001000110000000001111110011111110000001111001011110010001011110 | 91803f3f81e5e45e |
EUC-JP | 操??∝膺 | 1100000111100000001111110011111110100010111001111110011110111111 | c1e03f3fa2e7e7bf |
UTF-8 | 操렯뤒∝膺 | 111001101001001110001101111010111010000010101111111010111010010010010010111000101000100010011101111010001000011010111010 | e6938deba0afeba492e2889de886ba |
UHC | 操렯뤒∝膺 | 11110000110000111000111010111100100011111100001010100001111100001110101111101100 | f0c38ebc8fc2a1f0ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)