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 | ゙鱚曺鱚鍈 | 110111101110100111100011111110101101111011101001111000111111101001011110 | dee9e3fadee9e3fa5e |
EUC-JP | ゙鱚曺鱚鍈 | 100011101101111011110010111001011000111111000010111011011111001011100101100011111110010011101001 | 8edef2e58fc2edf2e58fe4e9 |
UTF-8 | ゙鱚曺鱚鍈 | 111011111011111010011110111010011011000110011010111001101001101110111010111010011011000110011010111010011000110110001000 | efbe9ee9b19ae69bbae9b19ae98d88 |
UHC | ??曺?鍈 | 00111111001111111111000011000110001111111110011111001100 | 3f3ff0c63fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)