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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?藺^ | 00111111111001010110000101011110 | 3fe5615e |
EUC-JP | ?藺^ | 00111111111010011100001001011110 | 3fe9c25e |
UTF-8 | 갉藺^ | 11101010101100001000100111101000100101111011101001011110 | eab089e897ba5e |
UHC | 갉藺^ | 1011000010100110110101111111010001011110 | b0a6d7f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)