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 | ?摸盂?? | 00111111100101101100110011100001101100010011111100111111 | 3f96cce1b13f3f |
EUC-JP | ?摸盂薏? | 001111111100110011001110111000101011001110001111110110011101111000111111 | 3fcccee2b38fd9de3f |
UTF-8 | 뤲摸盂薏렕 | 111010111010010010110010111001101001000110111000111001111001101110000010111010001001011010001111111010111010000010010101 | eba4b2e691b8e79b82e8968feba095 |
UHC | 뤲摸盂薏렕 | 10001111111000001101100110111000111010011101110111101011111110111000111010101010 | 8fe0d9b8e9ddebfb8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)