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 | ??O??O^ | 00111111001111110100111100111111001111110100111101011110 | 3f3f4f3f3f4f5e |
SJIS-WIN | 嶸コO嶸コO^ | 111110101011010010111010010011111111101010110100101110100100111101011110 | fab4ba4ffab4ba4f5e |
EUC-JP | 嶸コO嶸コO^ | 10001111101110111111010010001110101110100100111110001111101110111111010010001110101110100100111101011110 | 8fbbf48eba4f8fbbf48eba4f5e |
UTF-8 | 嶸コO嶸コO^ | 111001011011011010111000111011111011110110111010010011111110010110110110101110001110111110111101101110100100111101011110 | e5b6b8efbdba4fe5b6b8efbdba4f5e |
UHC | 嶸?O嶸?O^ | 111001111010111000111111010011111110011110101110001111110100111101011110 | e7ae3f4fe7ae3f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)