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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??現^ | 0011111100111111100011001011101101011110 | 3f3f8cbb5e |
EUC-JP | ??現^ | 0011111100111111101110001011110101011110 | 3f3fb8bd5e |
UTF-8 | 샳멷現^ | 11101100100000111011001111101011101010011011011111100111100011111011111001011110 | ec83b3eba9b7e78fbe5e |
UHC | 샳멷現^ | 10011000110101111001000101100101111110101101111001011110 | 98d79165fade5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)